Computer Science, asked by boipaiyadu, 12 hours ago

predict the output: X= 4, y= 6 ; If ( x> y) System.out.println (" The largest no is"+ x); else System.out.println ( " The largest no is "+ y)​

Answers

Answered by SpandanMukherjee428
0

Answer:

Output:

The largest no is 6

Attachments:
Similar questions