ICSE Class 10 Computer Applications
Question 12 of 76
Revising Basic Java Concepts — Question 16
Back to all questions 16
Question Question 13
Determine the data type of the expression
if x is int, y is long, w is float, z is double, p is short and q is long double.
The result will be of long double data type.
Explanation