Multiple Choice
In an expression containing values of the types int and double, the ________ values are ________ to ________ values for use in the expression.
A) int, promoted, double.
B) int, demoted, double.
C) double, promoted, int.
D) double, demoted, int.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: Which of the following is not an
Q26: Which of the following statements is false?<br>A)
Q27: Which of the following is true?<br>A) Pseudocode
Q28: What is the size in bits of
Q29: Which of the following is not a
Q31: Which of the following is not a
Q32: What is output by the following Java
Q33: Which of the following is not a
Q34: Java is considered a strongly typed language
Q35: Which of the following is a double-selection