Hint: Change the counter variable to 5, run the loop as long as i is less than or equal to 50, and change i++ to i = i + 5.
Check Your Code Show Answer Hide Answer