Q. Choose a right statement.
Code:
int a = 10 + 4.867;
β
Correct Answer: (C)
a = 14
int a = 10 + 4.867;
You must be Logged in to update hint/solution