Java Expert · Lesson 1 of 25
Java can't compile in the browser — read the steps and type the code into the editor. Run it on your own machine when you're ready (any IDE with a JDK works).
Reference output
int five = 5; System.out.println(five);