1.

What will be the output of the following Java code 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 3View Answer
Answer» D. 512 512 3View Answer


Discussion

No Comment Found