Aug 22, 2024
variableName = value;System.out.print(variableName);dataType[] arrayName = new dataType[size];toLowerCase(), toUpperCase(), trim(), etc.+, -, *, /, %.==, !=, >, <, >=, <=.&&, ||, !.condition ? expression1 : expression2;*if (condition) { // code }for, while, and do-while loops.Scanner class for user input.Scanner input = new Scanner(System.in);
int number = input.nextInt();