Computer Science, asked by anjali2343, 9 days 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 bhakarepranjali
0

Answer:

here this your answer

Explanation:

make a brilliant

Attachments:
Similar questions