Computer Science, asked by VIDIT47890, 6 months ago

What will be the output of the following program of Java if the value in variable a is 0? class prg { void main(int a) { if(a>0) System.out.println(a+9); else System.out.println(a-9); }}

Answers

Answered by blossom35
0

Answer:

Can you please post a picture of your question....

Similar questions