हिंदी

Rewrite the following code using single if statement. if(code=='g') System.out.println("GREEN"); else if(code=='G') System.out.println("GREEN"); - Computer Applications

Advertisements
Advertisements

प्रश्न

Rewrite the following code using single if statement.

if(code=='g')
System.out.println("GREEN");
else if(code=='G')
System.out.println("GREEN");
एक पंक्ति में उत्तर

उत्तर

if(code=='g' || code=='G')
System.out.println("GREEN");
shaalaa.com
Introduction of Conditional Statements in Java
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2024-2025 (April) Specimen Paper
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×