add: loop for statement exercises

This commit is contained in:
Inanc Gumus
2018-10-30 22:38:26 +03:00
parent 3c374e38dc
commit ee8c621b92
32 changed files with 44 additions and 5 deletions

View File

@ -8,7 +8,7 @@
package main
// ---------------------------------------------------------
// EXERCISE: Sum the numbers
// EXERCISE: Sum the Numbers
//
// 1. By using a loop, sum the numbers between 1 and 10.
// 2. Print the sum.