xxxxxxxxxx
public static void main(String[] args){
System.out.println("Hello World");
}
xxxxxxxxxx
public static void main(String[] args){
System.out.println("Hello World"); // system should start with a capital S
} // don't forget a semi colon
xxxxxxxxxx
String result = 3425>(9*1000)? "garden" : "patio";
result.substring(2);
System.out.println(result);