Learn
Loops
Create your own
To wrap up this lesson, let’s create our own for
/else
statement from scratch.
Instructions
1.
Build your for
/else
statement in the editor. Execution of the else
branch is optional, but your code should print a string of your choice to the editor regardless.