Computer Science, asked by sampa00b, 8 months ago

int x=10, y=5, z;

if(x>y||x==y)

z=++x + --y;

System.out.println(z + ” “ + x + ” “ + y) ;

Answers

Answered by adityasinha1458
1

Answer:

15  11  9

Explanation:

plz mark as brainliest

Similar questions