Đề bài : Em hãy viết chương trình Pascal in ra ngoài màn hình khẩu hiệu năm điều bác hồ dạy giúpp emm vớii 05/08/2021 Bởi Eva Đề bài : Em hãy viết chương trình Pascal in ra ngoài màn hình khẩu hiệu năm điều bác hồ dạy giúpp emm vớii
@Mon program bt; uses crt; begin clrscr; writeln(‘Nam dieu Bac Ho day’); writeln(‘Dieu 1: Yeu To quoc, yeu dong bao’); writeln(‘Dieu 2: Hoc tap tot, lao dong tot’); writeln(‘Dieu 3: Doan ket tot, ki luat tot’); writeln(‘Dieu 4: Giu gin ve sinh that tot’); writeln(‘Dieu 5: Khiem ton, that tha, dung cam’); readln end. Chúc bạn học tốt! Bình luận
program qtruong; uses crt; begin clrscr; Writeln(‘1. Yeu to quoc, yeu dong bao’); Writeln(‘2. Hoc tap tot, lao dong tot’); Writeln(‘3. Doan ket tot, ky luat tot’); Writeln(‘4. Giu gin ve sinh that tot’); Writeln(‘5. Khiem ton, that tha, dung cam’); Readln End. Bình luận
@Mon
program bt;
uses crt;
begin
clrscr;
writeln(‘Nam dieu Bac Ho day’);
writeln(‘Dieu 1: Yeu To quoc, yeu dong bao’);
writeln(‘Dieu 2: Hoc tap tot, lao dong tot’);
writeln(‘Dieu 3: Doan ket tot, ki luat tot’);
writeln(‘Dieu 4: Giu gin ve sinh that tot’);
writeln(‘Dieu 5: Khiem ton, that tha, dung cam’);
readln
end.
Chúc bạn học tốt!
program qtruong;
uses crt;
begin
clrscr;
Writeln(‘1. Yeu to quoc, yeu dong bao’);
Writeln(‘2. Hoc tap tot, lao dong tot’);
Writeln(‘3. Doan ket tot, ky luat tot’);
Writeln(‘4. Giu gin ve sinh that tot’);
Writeln(‘5. Khiem ton, that tha, dung cam’);
Readln
End.