Q18. Give the output of the following code
a) Int a = 0;
If(a>0 && a<20)
else
a - -
System.out.println(a);
b) Int a = 5, b = 2, c;
If (a>b || a l = b)
C = +ta + --b;
System.out.print(c +""+a+ " " + b);
Answers
Answered by
0
Answer:
option no c i think because it is right
Similar questions