Write the output of the following.
int x=5;
if(x>1&&x<10)
{
++x;
}
else
{
--X;
}
Sopln(x);
Answers
Answered by
1
Answer:
6
Hope it helps
Pls mark my answer as brainliest..
Similar questions