1.

What is the output of below snippet run as $ java Demo –length 512 –breadth 2 -h 3 ?

A. 2 512 3
B. 2 2 3
C. 512 2 3
D. 512 512 3
Answer» D. 512 512 3


Discussion

No Comment Found