Advertisements
Advertisements
प्रश्न
Given: d = Math.min(−15.5, −19.5)
What data type will you refer for the variable d?
पर्याय
int
float
double
None
MCQ
उत्तर
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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?