Skip to main content
Logo image

Section 3.5 Multiple Repetitions

Give it a try now:

admin.....open in new window

Activity 3.5.

Can you figure out how to change the code in the window below so that it prints the following:
            Hello, World!
            Hello, World!
            Hello, World!
            Today is Saturday.
            Today is Saturday.
        
Be sure to print the words exactly as given above since otherwise our autograder will not grade your solution as correct.
Run your code frequently using the “Run” button to quickly catch potential mistakes before they become huge issues. When you think your programs performs correctly, press the “Check” button to run the autograder tool.

admin.....open in new window