This program illustrates repetition... looping.
It builds on the previous program showing if-then-else statements.
It illustrates these new concepts:
For each repetition, the program will report if the input number is less than 100, and if so it will produce a result twice the input value. If the input number is 100 or more, it will report that, and produce a result that is 20 larger than the input.
With 3 repetitions, we will see this output done 3 times.