Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

The Type string [11/14]

A newline character advances to the next line. It is written with a special sequence \n.

After running and analyzing the given program, add one more println statement that prints out the text 'Up above the world so high' and 'Like a diamond in the sky', where those two lines of the song should be displayed as separate lines. Note: use only one println statement.

Loading...