Computer Science, asked by sunissuni1986, 6 months ago

Write the output of the following.
int x=5;
if(x>1&&x<10)
{
++x;
}
else
{
--X;
}
Sopln(x);

Answers

Answered by shubhangisax8081
1

Answer:

6

Hope it helps

Pls mark my answer as brainliest..

Similar questions