what will be the output of the following expression? if (a>b || a ! =b ) c = ++ a + -b ; System.out.print ( c+" "a ""b ); Assume a=5, b= 2 . pls help me
Answers
Answered by
0
Answer:
its give error
Explanation:
Similar questions