Boolean logic
Variable types
Strings
Ints
Chars
100
The boolean value that 1 corresponds to.
What is "true"?
100
This data type is used to represent numbers without decimal points.
What is an integer (int)?
100
This is the symbol on both sides of a string.
What is a quotation mark (")?
100
what is the data type of 1 + 239332 + 54?
int
100
what is the difference between a character and a string?
strings have multiple characters
200
Value of "not true"
What is "false"?
200
This data type represents a letter in the alphabet.
What is a character (char)?
200
This is the length of the string "hello class!!!"
What is 14?
200
What data type is the answer to 4 + 5.73
Double
200
what data type is '3'?
char
300
The value of "true" and "false."
What is "false."
300
The data type of the answer to 2 + 3.78.
What is a double?
300
This is the string that results from the following expression: "hello" + "Class"?
What is "helloClass"
300
Which of these are integers? "243", 5.2, 794, 'C', 81
794 & 81
300
What symbol do you put on the left and right of a char?
' ', such as 'A'
400
The value of "true" or "false."
What is "true."
400
The data type used to represent "c."
What is a string?
400
This is the value stored in s after the following code: String s = "hello" s = "class"
What is "class"?
400
What data type would 5 + .4 be?
Not an int, a double! Because 5 * .4 would be 2.0, not 2
400
What data type is "C."?
String!
500
The value of ("true or false") and "true."
What is true.
500
This is the data type of the answer to the following equation: a + 13.
What is an integer (int)?
500
This is the result of the following expression: "ic" + "" + " " + "e cre" + "" + "am"
What is "ic e cream"?
500
How many integers are there ?
Infinity
500
How many characters are in the string "Hello World"?
11
M
e
n
u