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: Break up
// EXERCISE: Break Up
//
// 1. Extend the "Only Evens" exercise
// 2. This time, use an infinite loop.