हिंदी

Rewrite the following code using the if-else statement: int m = 400; double cl). = (m > 300) ? (m/10.0) * 2; (m/20.0) - 2; - Computer Applications

Advertisements
Advertisements

प्रश्न

Rewrite the following code using the if-else statement:

int m = 400;
double cl). = (m>300) ? (m/10.0) * 2; (m/20.0) - 2;
संक्षेप में उत्तर

उत्तर

int m = 400;
double ch;
if (m>300)
   ch = (m/10.0)*2;
else
   ch = (m/20.0) - 2;
shaalaa.com
Introduction of Conditional Statements in Java
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2022-2023 (March) Official
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×