Computer Science, asked by anitasrivastava404, 1 month ago

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 mahi78972
0

Answer:

i) The output will be : No output.

ii) The output will be :- 5

Similar questions