Exercise:In this exercise, you are going to create a for loop from scratch.
for (start at 1; output numbers as long as i is less than 10; count upwards by 2) { |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|