Advertisements
Advertisements
Question
Given: d = Math.min(−15.5, −19.5)
What data type will you refer for the variable d?
Options
int
float
double
None
MCQ
Solution
double
Explanation:
Math.min() returns a data type based on its arguments. Since the parameters are double data type, Math. min() will return a double number. So, the data type for variable d will be double.
shaalaa.com
Is there an error in this question or solution?