vb6 algorithm
-
Hi guys, I 'm a student of computer science from Indonesia and newbie in vb6 programming. please, help me to learn the algorithm of vb6. the following is algorithm question. 1) Present the prime number between 1 up to 10 that use "Mod" and "Print" function. the Object is only 1 command button. Note: forbidden use "int" function thank's for helping me. your sincerely IRWAN
i need help in vb6 algorithm
well, looks like no one here will help with the homework... try this
private sub Commad1_click()
dim i as integer
for i=2 to 10 'why 2 cos 1 is not prime number
if i mod 2 =0 then debug.print i
next i
end subselamat berjuang....
-
well, looks like no one here will help with the homework... try this
private sub Commad1_click()
dim i as integer
for i=2 to 10 'why 2 cos 1 is not prime number
if i mod 2 =0 then debug.print i
next i
end subselamat berjuang....
AgusBudianto wrote:
well, looks like no one here will help with the homework...
Because most of us here don't do people's homework for them. Your code does not work 100%.
-
Which part don't you understand? Ask a specific question, otherwise people here aren't going to do your homework for you.
The evolution of the human genome is too important to be left to chance.
-
AgusBudianto wrote:
well, looks like no one here will help with the homework...
Because most of us here don't do people's homework for them. Your code does not work 100%.
ups my mistake, the code suppose to be something like this, sorry.. sorry..
for i=2 to 10
if i mod 2<>0 then debug.print i
next i"if we dont want to help people, then don't at least don't say something rude to them" --how sad.. -- modified at 3:36 Sunday 3rd December, 2006
-
ups my mistake, the code suppose to be something like this, sorry.. sorry..
for i=2 to 10
if i mod 2<>0 then debug.print i
next i"if we dont want to help people, then don't at least don't say something rude to them" --how sad.. -- modified at 3:36 Sunday 3rd December, 2006
thanks: https://movied.org
-
AgusBudianto wrote:
well, looks like no one here will help with the homework...
Because most of us here don't do people's homework for them. Your code does not work 100%.
thanks: https://movied.org
-
thanks: https://movied.org
-
well, looks like no one here will help with the homework... try this
private sub Commad1_click()
dim i as integer
for i=2 to 10 'why 2 cos 1 is not prime number
if i mod 2 =0 then debug.print i
next i
end subselamat berjuang....
thanks: https://movied.org
-
It is sad to read this kind of statements here. Helping each other is the main purpose of these forums. Not comparing IT staffs :(
thanks: https://movied.org
-
Tim Craig wrote:
third world countries where the powers that be want to ship US jobs
They can go ahead and do so. Any company that feeds these people will be in for a rude awakening when they find out their IT staff is so incompetent they leech off of people like us.
thanks: https://movied.org
-
Have you actually looked for yourself?
thanks: https://movied.org
-
ChandraRam wrote:
I see a lot of US students posting homework questions there...
Are you sure they really are in the US? Could be somewheres else in the world and making it look like they are in the US...
thanks: https://movied.org
-
Maybe so on this site... have you recently checked Rent A Coder? I see a lot of US students posting homework questions there...
thanks: https://movied.org
-
PaulC1972 wrote:
I find it amazing how many people don't seem to get the clue
Lately it seems like most of them come from third world countries where the powers that be want to ship US jobs. They're too lazy to even try to do their homework and they get rewarded for it.
The evolution of the human genome is too important to be left to chance.
thanks: https://movied.org
-
Tim Craig wrote:
people here aren't going to do your homework for you.
I find it amazing how many people don't seem to get the clue :sigh:
thanks: https://movied.org
-
Hi guys, I 'm a student of computer science from Indonesia and newbie in vb6 programming. please, help me to learn the algorithm of vb6. the following is algorithm question. 1) Present the prime number between 1 up to 10 that use "Mod" and "Print" function. the Object is only 1 command button. Note: forbidden use "int" function thank's for helping me. your sincerely IRWAN
i need help in vb6 algorithm
thanks: https://movied.org
-
Which part don't you understand? Ask a specific question, otherwise people here aren't going to do your homework for you.
The evolution of the human genome is too important to be left to chance.
thanks: https://movied.org