Skip to main content
Logo image

Section 3.2 First Practice

Activity 3.2.

Please modify the “Hello, World” program below so that instead of Hello, World! it displays the following on the screen:
                I already know how to:
                - print text to the screen
                - start a new line
                - fix syntax errors
            
Be sure to print the words exactly as given above (case sensitive!) since otherwise our autograder will not grade your solution as correct.

admin.....open in new window

Use the “Run” button as before to observe how your code is behaving. When you think your program performs correctly please press the “check” button to see whether it indeed does.