ICSE Class 10 Computer Applications
Question 11 of 76
Revising Basic Java Concepts — Question 15
Back to all questions 15
Question Question 12
Determine the data type of the expression
If p is an int, r is a float, q is a long and s is double.
The result of the given expression will be double type.
Explanation