IT 114: Introduction to Java
Class 13 Ungraded Quiz
-
What do you call the operators that compare two value and return
either true or false>
-
Are relational operators higher or lower in precedence than
the arithmetic operators?
-
What is the relational operator for "less than or equal to"
-
What is the name of the class that contains mathematical functions?
-
Are the numbers that random() creates
really random?
-
What do you call the Java operation of turning a value from
one data type to another
-
Write and expression that turn the value of the variable named
number into an integer.