Label

Thứ Năm, 28 tháng 10, 2010

What output do you think the code will produce if aNumber is 3?


if (aNumber >= 0)
if (aNumber == 0) System.out.println("first string");
else System.out.println("second string");
System.out.println("third string");


What output do you think the code will produce if aNumber is 3?

->
if ... ;
else ...;

la mot cau lenh

Không có nhận xét nào:

Đăng nhận xét