How to Use the Code Editor
1. Select the "Run Code" button to execute the program.
2. Select the "Calculate Grade" button to generate a score based on the completed tasks.
3. Continue to modify, run, and calculate your code until you are happy with the grade.
4. Select the "Submit" button to turn in the assignment to your instructor.
Write, compile, and test a class called SongLyrics that uses four println() statements to display four lines of the lyrics of your favorite song.
An example of the program is shown below:
Somewhere over the rainbow
Way up high
There's a land that I heard of
Once in a lullaby
Task 01: Create the SongLyrics class.
Test Feedback:
No attempts made
Task 02: The SongLyrics program contains four println() statements.
Your current grade is: 0%
RUN CODE
CALCULATE GRADE
SUBMIT