A fixed loop is a loop that is iterated a fixed number of times.
Try to create the following programs
- Gets a phrase and displays it 12 times
- Counts from 1 to 10
- Displays the 3 times table
- Display any times table the user asks for
Solutions below
Create a form with 5 buttons and a list box.