TRONG NGÔN NGỮ LẬP TRÌNH PASCAL CÂU LỆNH NÀO SAU ĐÂY LÀ ĐÚNG

Câu 4: Trong ngôn ngữ lập trình Pascal câu lệnh nào sau đây là đúng: A. If a=5 then a:=d+1; else a:=d+2; B. If a=5 then a:=d+1else a:=d+2;

Trang chủ: https://vndoc.com/ | Email hỗ trợ: [email protected] | Hotline: 024 2242 6188

C. If a=5 then a=d+1; else a=d+2; D. If a=5 then a:=d+1else a:=d+2