Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Introduction [7/10]

The first statement prints the number 12 followed by 7. That looks like a number 127 if the results are not separated.
[Run the program]

A way of separating the results would be to print out some empty space in between.

We recommend using the fullscreen mode to make reading more pleasant. Press the F11 key to enter the fullscreen mode. Press the F11 key again to exit the fullscreen mode.

Exercises:

1. Add a statement: println "Jammed together:" , 2, 5, 1+1;

2. Add a statement: println "Un-jammed: ", 2," ",5," ",1+1;

Loading...