Pertanyaan
write(1 else if (a or (d and b)) and (not b) then write(2 else write(3 endif endif else if not (d and c) and (not a) then write(4 else write(5,' ); endif endif Hasil "3" didapat dengan urutan harga-harga a, b, c, d yaitu Select one: a.TRUE, FALSE, TRUE . FALSE b. TRUE, FALSE , FALSE, TRUE c. TRUE, TRUE, TRUE , FALSE d. FALSE, FALSE , TRUE, TRUE e. TRUE, TRUE , FALSE, FALSE
Solusi
4.6
(250 Suara)
Vandan
master ยท Tutor selama 5 tahun
Jawaban
a. TRUE, FALSE, TRUE . FALSE
Penjelasan
Pertanyaan ini adalah tentang pemrograman dan logika boolean. Dalam kode yang diberikan, kita perlu menentukan urutan nilai a, b, c, dan d yang akan menghasilkan output "3".Mari kita analisis kode:1. `else if (a or (d and b)) and (not b) then write(2 else write(3 endif endif