int a=15, b=10;
if(x>70)
{
If(x<80)
a+=b;
}
else
a-=b;
System.out.println(a);
What will be the output of the value of x is – (i) 65 (ii) 90
Answers
Answered by
0
Answer:
here this your answer
Explanation:
make a brilliant
Attachments:
Similar questions