Multiple Choice
Which operation does not take place in the following example?
Int x = 21;
Double y = 6;
Double z = 14;
Y = x / z;
X = 5.5 * y;
A) Implicit conversion.
B) Promotion.
C) Explicit conversion.
D) Truncation.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: In an activity diagram for an algorithm,
Q2: The conditional operator (?:):<br>A) Is the only
Q7: Which of the following is a double-selection
Q11: Pseudocode does not include:<br>A) Declarations.<br>B) Input/output.<br>C) Algorithms.<br>D)
Q12: Which of the following is true of
Q15: Which of the following is a repetition
Q19: If x initially contains the value 3,
Q20: Which of the following will not increment
Q20: What is the final value of x
Q21: How many times will the following loop