Computer Science, asked by abhirampb2007, 8 months ago

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 sukhamnu114
0

Answer:

system.out .printing("x+y") ;

Similar questions