New forum theme up and running!
public class filename { public static void main(String [] args) { CODE GOES IN HERE}}
public class HelloWorld { public static void main(String [] args) { System.out.println(“Hello monkey! Erm, World!”); }}
int yearsold;double moneyHeld;
yearsold = 4;moneyHeld = 44.56;
import TerminalIO.KeyboardReader;
KeyboardReader read = new KeyboardReader();
yearsold = read.readInt();moneyHeld = read.readDouble();
if (yearsold <= 10) { System.out.println(“You are young enough to have a kids meal.”);}else{System.out.println(“What are you trying to pull? Getting food that’s for little”); System.out.println(“KIDS? Buy the over-priced food we sell for older people”);}
Java != Javascript