3.4 |
Which of the following expressions will be evaluated using floating-point arithmetic? Select the three correct answers.
|
3.5 |
What is the value of the expression (1 / 2 + 3 / 2 + 0.1)? Select the one correct answer.
|
3.6 |
What will be the result of attempting to compile and run the following program? public class Integers { public static void main(String[] args) { System.out.println(0x10 + 10 + 010); } } Select the one correct answer.
|
3.7 |
Which of the following expressions are valid? Select the three correct answers.
|
3.8 |
What is the value of evaluating the following expression (- -1-3 * 10 / 5-1)? Select the one correct answer.
|
3.9 |
Which of these assignments are valid? Select the four correct answers.
|