Codemoji

Editor · JAVA

Java doesn't compile in the browser — steps tick as you type.
Notes

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);