Multiple Choice
What value will be assigned to the variable number by the following statement?
Int number = 7.8;
A) 7
B) 8
C) 7.8
D) None of the above.
E) It's unpredictable. That's the problem.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: The _ is used to display information
Q12: Which of the following definitions will allow
Q13: Which of the following is/are valid C++
Q14: A _ is used to mark the
Q15: The following is a legal C++ statement
Q17: A variable of the char data type
Q18: #include <iostream> is an example of a(n)<br>A)
Q19: The following two statements both assign the
Q20: You must have a(n) _ for every
Q21: The _ directive causes the contents of