Những câu hỏi liên quan
IY
Xem chi tiết
AA
23 tháng 11 2018 lúc 11:51

Program Bt1;

Var a, b, c, d: Byte;

Begin

Clrscr;

Write('Nhap so a='); readln(a);

Write('Nhap so b='); readln(b);

Write('Nhap so c='); readln(c);

Write('Nhap so d='); readln(d);

S:=a+b+c+d+e;

Writeln(Tong 5 so tu nhien tren la:'); readln(S)

End.

Program không có dấu : đâu nhé haha

Bình luận (1)
TG
23 tháng 11 2018 lúc 18:15

Program Bt1

Var a, b, c, d, e, S: integer;

Begin

Clrscr;

Writeln('Nhap gia tri so tu nhien a '); readln (a);

Writeln('Nhap gia tri so tu nhien b '); readln (b);

Writeln('Nhap gia tri so tu nhien c '); readln (c);

Writeln('Nhap gia tri so tu nhien d '); readln (d);

Writeln('Nhap gia tri so tu nhien e '); readln (e);

S:=a+b+c+d+e;

Writeln('Tong 5 so tu nhien a, b, c, d, e = ', readln(S);

Readln

End.

Xin lỗi nhé, máy không Tab được, khi đánh vào phần mềm bạn nhớ Tab từ sau chữ begin.

Bình luận (2)
NT
28 tháng 2 2022 lúc 6:59

đề là gì bạn?

Bình luận (1)
TH
GD

Em nhập đủ đề em nha

Bình luận (0)
NT
14 tháng 4 2022 lúc 21:57

uses crt;

var a:array[1..100]of integer;

n,i,x,t,dem:integer;

begin

clrscr;

readln(n);

for i:=1 to n do readln(a[i]);

readln(x);

dem:=0;

t:=0;

for i:=1 to n do 

  if a[i]>x then

begin

write(a[i]:4);

t:=t+a[i];

dem:=dem+1;

end;

writeln;

writeln(t);

writeln(dem);

readln;

end.

Bình luận (0)
TM
Xem chi tiết
NT
5 tháng 9 2021 lúc 0:14

\(A\cap B=\left\{2\right\}\)

 

Bình luận (0)
2L
Xem chi tiết
H24
6 tháng 11 2021 lúc 11:07

A

Bình luận (0)
DK
6 tháng 11 2021 lúc 11:09

A

Bình luận (0)
UT
6 tháng 11 2021 lúc 11:10

A

Bình luận (0)
LA
Xem chi tiết
DA
13 tháng 12 2018 lúc 4:26

Đáp án D

Giải thích: cấu trúc so sánh hơn: “be more + tính từ dài + than”

Dịch: Chương trình này hài hước hơn chương trình kia.

Bình luận (0)
NA
Xem chi tiết
H24
28 tháng 4 2022 lúc 19:13

Tham khảo nha:
Nowadays TV is one of the most popular means of entertainment and relaxation. We can see many programs on the TV: educational programs, films, cartoons, news, and so on. Some programs on TV that I have watched are Tom and Jerry, Pokemon, BBC news, etc. My favorite TV program is "The road to Olympia" :). It's a competition between geniuses, watching them answer many interesting questions fastly makes me admire them. Depending on my spare time, I watch TV. To me, watching TV is a way to relax my mind.

Bình luận (1)
TC
Xem chi tiết
N2
25 tháng 2 2022 lúc 7:22

\(\dfrac{1}{3}x-\dfrac{3}{4}=\dfrac{5}{4}\\ \dfrac{1}{3}x=\dfrac{5}{4}+\dfrac{3}{4}\\ \dfrac{1}{3}x=2\\ x=2:\dfrac{1}{3}\\ x=6\)

Bình luận (1)
KS
25 tháng 2 2022 lúc 7:23

1/3x-3/4=5/4

1/3x       =5/4+3/4

1/3x        =2

     x       =2:1/3

     x       =6

 

Bình luận (0)
H24
25 tháng 2 2022 lúc 7:24

\(1/3x=5/4+3/4=>1/3x=8/4=>x=2:1/3=2*3=>x=6\)

Bình luận (1)