Advertisements
Advertisements
प्रश्न
Rewrite the following program segment using logical operators:
if (x>5)
if (x>y)
System.out.println (x+y);कोड लेखन
Advertisements
उत्तर
if(x>5 && x>y)
System.out.println(x+y);shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
