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
0
Answer:
what is that
i dunno the ans so i cannot
Similar questions