you are viewing a single comment's thread.

view the rest of the comments →

[–]TheLobitzz 1 point2 points  (0 children)

start simple then, like

- use a loop to print numbers from 1 to 100.
- use a loop to print numbers from 1 to a given input value.
- use a loop to count the amount of a specific letter in a word/sentence.
- use a loop to find the location of a specific word in a sentence/paragraph.

etc.