Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Introduction [5/10]

This program contains an error.

Click on the Check button to get a clue.

The automatic verifier will attempt to find out what is wrong, but it cannot always make a correct guess.

Correct the error and run the program.

Hint: The verifier may sometimes produce suggestions. This time, the suggestion contains some really good advice.


Solution...

Many times, the actual error is located just before the reported one. This is one such case.

The error is in the third statement: it is missing a semicolon (;) symbol at the end.

println "Up above the world so high," ;

Loading...