Computer Science, asked by venu4515, 9 months ago

What is the output of the following: int a = 0; int b = 10; a =-b; System.out.println("a.' + a + "b:'+b);

Answers

Answered by vigneshsatheesh
2

Answer:

I am getting an error on this line System.out.println("a.' + a + "b:'+b);

Explanation:

Similar questions