Advertisements
Advertisements
प्रश्न
What are the final values stored in variable x and y below ?
double a = – 6.35;
double b = 14.74;
double x = Math.abs(Math.ceil(a));
double y = Math.rint (Math max (a,b));
एक पंक्ति में उत्तर
उत्तर
The final values stored in:
x = 6 and y = 15
shaalaa.com
Variable Declarations
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?