हिंदी

Rewrite the Following Using Ternary Operator: If (X%2 == O) System.Out.Print(“Even”); Else System.Out.Print(“Odd”); - Computer Applications

Advertisements
Advertisements

प्रश्न

Rewrite the following using ternary operator:

if (x%2 == o)
System.out.print(“EVEN”);
else
System.out.print(“ODD”);

संक्षेप में उत्तर
टिप्पणी लिखिए

उत्तर

String k;
k = x%2 == 0 ? “EVEN” : “ODD”;
System.out.print(k);  

shaalaa.com
Introduction of Operators in Java
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2015-2016 (March)

APPEARS IN

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×