IT 114: Introduction to Java
Class 06 Ungraded Quiz
-
What do you call special characters that perform an action using one or more values?
-
What do you call the values used by these special characters?
-
List the arithmetic operators.
-
What is the value of the following expression
8 % 3
-
What do you call the data types that can only hold one value?
-
What do you call the data types that can hold more than one value?
-
What is the data type of the following literal?
"Hello world!"
-
What do you call the operation of joining two string?
-
What operator is used for the operation above?
-
Can the operation above be used with text and numbers?