Computer Science, asked by KrrishRao, 4 months ago

Give the output of the following code fragment :-

int c=0;if(a>b||a!=b)

c=++a + b--;

System.out.print(c+ “ ”+a+ “ ”+b);

i)

Assume a=5 and b=2

ii)

Assume a=0 and b=0

Answers

Answered by keyboardavro
0

Answer:

execute it yourself

Explanation:

Similar questions