मराठी

Rewrite the following using ternary operator. if (a > b) { if (a > c) g = a; else g = c; } if (b > c) g = b; else g = c; - Computer Applications

Advertisements
Advertisements

प्रश्न

Rewrite the following using ternary operator.

if (a > b)
{
if (a > c)
g = a;
else
g = c;
}
if (b > c) 
g = b;
else
g = c;
एका वाक्यात उत्तर

उत्तर

g = (a > b) ? (a > c ? a : c) : (b > c ? b : c);
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. (d) | पृष्ठ ४४
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×