Variables
Methods
Escape Sequences
Relational Operators
Logical Operators
100
Used to store things in quotes
What is a String?
100
Displays how many characters in a String.
What is .length()?
100
Insert a new line.
What is "\n"?
100
The data type result for conditional statement?
What is boolean?
100
&&
What is AND?
200
Used to store "floating point" numbers.
What is double?
200
Convert a String to capital letters.
What is .toUpperCase()?
200
Insert a tab.
What is "\t"?
200
>
What is greater than?
200
||
What is OR?
300
Used to store whole numbers.
What is int?
300
Grabs a double from the keyboard input.
What is .nextDouble()?
300
Insert a backslash.
What is "\\"?
300
<=
What is less than or equal to?
300
!
What is NOT?
400
Can hold 2 values, true or false.
What is boolean?
400
Grabs a portion of a String.
What is .substring()?
400
Insert a quote.
What is "\""?
400
==
What is equals?
400
true && false
What is false?
500
Used to hold a single character.
What is char?
500
Grabs the entire line of keyboard input.
What is .nextLine();
500
Insert a single quote character.
What is "\'"?
500
!=
What is NOT equal?
500
false || true
What is true?
M
e
n
u