What will be the output of following program? [2]
int x=5;
int y=10;
System.out.println(x+y);
System.out.println(“x+y”);
Answers
Answered by
0
Answer:
system.out .printing("x+y") ;
Similar questions