Write the following output. int a=10,b=20; if(a>b) System.out.println(a); else System.out.println(b);
Answers
Answered by
0
Answer:
hi hwhhshahagafscsfaya
Answered by
0
Answer:
The output will be:
20
Similar questions