Rewrite the first two exercises from § 1.4.1 (p. 13) using for loops.
§ 1.4.1 (p. 13)
Exercise 1.9
Write a program that uses a while to sum the numbers from 50 to 100.
Exercise 1.10
In addition to the ++ operator that adds 1 to its operand, there is a decrement operator (--) that subtracts 1. Use the decrement operator to write a while that prints the numbers from ten down to zero.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.