Computer Science, asked by Dilrajpreet, 1 month ago

If (a>b)a++; System.out.println ("a=" +a); let a=50, b=60​

Answers

Answered by ynikhileshreddygs110
0

Answer:

I didn't understand what you are telling

Answered by simonsaikia9
0

Answer:

if a =50 and b=60 then the output will be:

a=50

Similar questions