int a =15,b=20,c=0; c=(a
Answers
Answered by
1
;
c=(a+b);
System.out.print("Sum"+c);
OUTPUT
Sum 35
Similar questions