reset password
Author Message
aandres3
Posts: 6
Posted 22:06 Oct 14, 2012 |

 The question asks "2.4  (Finding numbers divisible by 5 and 6) Write a program that displays all the numbers from 100 to 1000, ten per line, that are divisible by 5 and 6, but not both. " how can the program be divisible by 5 AND 6,but not both. so for example, 100 is divisible by 5 but not 6..that means 100 should be displayed?.. thats how i understand it..is that correct?

hpguo
Posts: 139
Posted 22:37 Oct 14, 2012 |

It should be "Finding numbers divisible by 5 or 6". I already corrected it. Thanks for letting me know.