code for displaying the multiplication of numbers that is divisible by 3

Please can you help me to write a code that prints the multiplication of numbers that is divisible by 3 from 1 to 10?.
Thank you.
Last edited on
This looks like a homework problem.

You'll need to use one of the arithmatic operators found here http://www.cplusplus.com/doc/tutorial/operators/

and a control structure found here http://www.cplusplus.com/doc/tutorial/control/ that you can use to check the numbers from 1 - 10.

Good luck
Topic archived. No new replies allowed.