int x = 0,int x = 0,y = 4,z = 5;if (x > 2) if (y System.out.println(message

Xuất bản: 03/11/2020 - Cập nhật: 03/11/2020 - Tác giả: Hà Anh

Câu Hỏi:

int x = 0,
int x = 0,
y = 4,
z = 5;
if (x > 2) {
if (y < 5) {
System.out.println("message one");
}
else {
System.out.println("message two");
}
}
else if (z > 5) {
System.out.println("message three");
}
else {
System.out.println("message four");
}

Cho biết kết xuất của đoạn mã sau:

Đáp án và lời giải

đáp án đúng: D

Hà Anh (Tổng hợp)

đề trắc nghiệm lập trình Test mới nhất

X