4 Java Exercise 1.1.pdf - 2/26/2021...

Doc Preview
Pages 1
Total views 2
2/26/20211/1Success! The output is correct: bunny Return to Exercises Your Code ( with color highlights added ): System.out.println ("bunny"); The Instructions: Exercise 1.1:Java 'println' Statement Use the Java 'println' statement to output the word bunnyand only the word bunny
Course Hero Badge

End of preview

Upload your study docs or become a member.
Unformatted text preview:If this seems simple, that is because it is! When you submit an exercise, your code is merged into the exercise program and executed If the result matches the expected output, credit for one successful attempt is awarded Help: The general format for the Java println command is: System.out.println ( " . . . something . . . " );