1.

Give the output of the following statement when executed if a=4and b=2 system.out.println("The sum="+(a+b))​

Answer»

The sum=6Explanation:a+b is in BRACKET so it SIMPLY GETS ADDED and PRINTED



Discussion

No Comment Found