Int Limit Req.

Please advice for this program : I am biggner


value entered by the user within the range from 10 to 150. (10 and 150 included in the given range.)
Display those numbers which are divisible by both 3 and 5 in the range from 1 up to the Limit.
Calculate and display the sum of those numbers which are divisible by either 3 or 5.
count and display those numbers which are not divisible by 3 or 5.

Please note that this is not a homework site. We won't do your homework for you. The purpose of homework is that you learn by doing. However we are always willing to help solve problems you encountered, correct mistakes you made in your code and answer your questions.

We didn't see your attempts to solve this problem yourself and so we cannot correct mistakes you didn't made and answer questions you didn't ask. To get help you should do something yourself and get real problems with something. If your problem is "I don't understand a thing", then you should go back to basics and study again.


You do need a loop. See http://www.cplusplus.com/doc/tutorial/control/
Topic archived. No new replies allowed.