Learn to Program with ZedLX

Free Online Programming Course for Beginners

Introduction [9/10]

This program contains an error.

Click the Check button to view the error description.

Correct the error and then run the program.

Hint: The error report may seem complex, but the automatic verifier has actually provided a useful clue.


Solution (click):

println 8 +(10 - (2+7));

Loading...