12.Chọn cách viết đúng cho câu lệnh sau: Nếu a lớn hơn b thì in ra màn hình giá trị của a. (25 Điểm) b then write(a);" value="A. If a> b then write(a);" style="box-sizing: border-box; color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: normal; font-family: inherit; margin: auto 0px auto -20px; vertical-align: middle; padding: 0px; bottom: 0px; height: 18px; outline-offset: 0px; position: absolute; top: 0px; width: 20px;">A. If a> b then write(a); 0 b then write(a);" value="B. if aB. if a<>0 b then write(a); C. if a<b then write(a); b then write(a)." value="D. if a>b then write(a)." style="box-sizing: border-box; color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: normal; font-family: inherit; margin: auto 0px auto -20px; vertical-align: middle; padding: 0px; bottom: 0px; height: 18px; outline-offset: 0px; position: absolute; top: 0px; width: 20px;">D. if a>b then write(a). 13.Khai báo nào sau đây đúng? (25 Điểm) A. Var x, y := Integer; B. Var x, y: integer; C. Var x, y=integer; D. Var x, y Of integer;

2 câu trả lời

12.Chọn cách viết đúng cho câu lệnh sau: Nếu a lớn hơn b thì in ra màn hình giá trị của a.

(25 Điểm)

A. If a> b then write(a);

B. if aB. if a<>0 b then write(a);

C. if a<b then write(a);

D. if a>b then write(a).

13.Khai báo nào sau đây đúng?

(25 Điểm)

A. Var x, y := Integer;

B. Var x, y: integer;

C. Var x, y=integer;

D. Var x, y Of integer;

Công thức tổng quats: Var <tên biến> : <kiểu giá trị của biến>;

Câu 12, If a> b then write(a);

=> A

Câu 13, Var x, y: integer;

=> B

Câu hỏi trong lớp Xem thêm