हिंदी

Rewrite the following using ternary operator. if (p >= 4750) k = p * 5 / 100; else k = p * 10 / 100; - Computer Applications

Advertisements
Advertisements

प्रश्न

Rewrite the following using ternary operator.

if (p >= 4750) 
k = p * 5 / 100; 
else 
k = p * 10 / 100; 
एक पंक्ति में उत्तर

उत्तर

double k = (p >= 4750) ? p * 5 / 100 : p * 10 / 100;
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1.04: Operators in Java - EXERCISES [पृष्ठ ४४]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
अध्याय 1.04 Operators in Java
EXERCISES | Q V. 8. (e) | पृष्ठ ४४
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×