Solution: Implement a Simple Loop
Let's go over the solution of the "Implement a simple loop" challenge.
We'll cover the following...
Flowchart of a possible solution
In this challenge, we were expected to print the word Hello
five times. Below is the flowchart of a possible ...