"for loop"

how to write a for loop that displays the following set of numbers
0, 10, 20, 30, 40, 50 ....100
Last edited on
Have you looked at the description of for loop in http://www.cplusplus.com/doc/tutorial/control/
Topic archived. No new replies allowed.