Solved

Which of the Following Statements Will Correctly Convert the Data

Question 50

Multiple Choice

Which of the following statements will correctly convert the data type, if x is a float and y is a double?


A) x = float y;
B) x = <float>y;
C) x = (float) y;
D) x = y;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions