cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
code for displaying the multiplication o
code for displaying the multiplication of numbers that is divisible by 3
Oct 27, 2017 at 4:23pm UTC
Levon Nazaryan
(1)
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
Oct 27, 2017 at 4:24pm UTC
Oct 27, 2017 at 4:30pm UTC
knowclue
(54)
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.