Multiple Choice
The result of the following expression is ____.
Double ans, v1 = 45.7, v2 = 10.5;
Int v3 = 5;
Ans = (int) v1 + v2 / (double) v3;
A) 48.8
B) 47.1
C) 48
D) 47
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: The binary value for ten is 00001010.
Q26: Which of the following integral type can
Q27: A variable of type bool can store
Q28: In order to format the first argument
Q29: The bool data type can take on
Q31: The result of "123" + "321" is
Q32: Given the following declarations, what is stored
Q33: The result of 25 % 4 is
Q34: Hexadecimal uses the symbols 1, 2, 3,
Q35: The Hexadecimal numbering system uses all of