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:
i) The output will be : No output.
ii) The output will be :- 5
Similar questions