1.

What will be the outputpublic class practice{public static void main(String vp[]){int a=10;int b = 20;int sum = a+b;System.out.print(" The Sum of a and b is" + sum);}}

Answer»

ANSWER:

The SUM of a and B is 30

Explanation:



Discussion

No Comment Found