Computer Science, asked by arsharcharles, 5 months ago

int x=10;
int y=5;
int z;
if(x>y || x==y)
{
z=++x + --y;
System.out.println(z+""+x+""+y);


give final output

Answers

Answered by lucifer7470
0

Answer:

what is that

i dunno the ans so i cannot

Similar questions