T:=1. For k:= 3 to 9 do T:=t*i; chuyển sang while do
T:=0
for i:=1 to 100 do T:=T+1/i;
writeln(T)
T:=0;i:=1
write i<=100 do begin T:=T+1/i; i:=i+1 end;
writeln(T)
Sau đoạn chương trình J=?
a) J:=5; k:=7; T:=10
for i:=1 to 4 do
Begin
k: = K+5
T:= T+i
J:= K+T;
END;
b) J:=10;For i:=1to4do j:=J+i
giúp em với ạ
em cảm ơn*cuối đầu cảm ơn*
Cho đoạn chương trình sau:
T := 0 ;
FOR i := 1 to 10 DO
IF (i mod 3=0) and (i mod 5=0) THEN T := T + 1 ;
Sau khi thực hiện, T có giá trị?
A. 0
B. 5
C. 25
D. 33
Cho đoạn chương trình sau:
T := 0 ;
FOR i := 1 to 10 DO
IF (i mod 3=0) and (i mod 5=0) THEN T := T + i ;
Sau khi thực hiện, T có giá trị?
A. 0
B. 5
C. 25
D. 33
Sau khi thực hiện những đoạn ct sau. Giá trị của biến T,n,j,k bằng bn? Cảm ơn ạ
+Đoạn1
T:=0; n:=0;
While T<=5 do
Begin
n:=n+1; T:=T+n; end;
+Đoạn2
j:=0;
k:=1
For i:=1 to 5 do
Begin
j:=j+1;
k:=k+1;
End;
complete the sentences:
musn't; needn't; don't have to; shouldn't; didn't have to; didn't need to; won't.
1. when i have something to do urgently tomorrow, i _____ (buy) cake for you.
2. Marry ----- (puy) for a babysister for Luke last night. Her parents looked after him at their house.
3. The Christmas holiday are little longer than usual this year. we ------ (go) back to school until January 10th.
4. Peter ----- (go) the hospital at the end. the doctor let him have two weeks off at home.
5. you------(worry) about your cats while you're away on holiday. we'll look after them for you.
6. i know i ------ (have) any more cream cakes, but it is my birthday after all.
7. you ----- (tell) anyone what i've just said. i'll be really angry if you do.
Đoạn chương trình sau giải bài toán nào?
For I:=1 to M do
If (I mod 3 = 0) and (I mod 5 = 0) then
T := T + I;
A. Tổng các số chia hết cho 3 hoặc 5 trong phạm vi từ 1 đến M
B. Tổng các số chia hết cho 3 và 5 trong phạm vi từ 1 đến M
C. Tổng các số chia hết cho 3 trong phạm vi từ 1 đến M
D. Tổng các số chia hết cho 5 trong phạm vi từ 1 đến M
Đoạn chương trình
For I:=1 to M do { I chạy trong phạm vi từ 1 đến M}
If (I mod 3 = 0) and (I mod 5 = 0) then { kiểm tra I chia hết cho 3 và cho 5 không}
T := T + I; {Cộng dồn vào tổng}
Đáp án: B
Đoạn chương trình sau giải bài toán nào?
T := 0;
for i := 1 to M do
if i mod 2 = 1 then T := T + i;
A. Tính tổng các số lẻ trong phạm vi từ 1 đến M
B. Tính tổng các số chẵn trong phạm vi từ 1 đến M
C. Đếm các số chẵn trong phạm vi từ 1 đến M
D. Đếm các số lẻ trong phạm vi từ 1 đến M
Can you help me?
1.Would u mind watting for me outside the office
--->How about
2.It is said that the earth was originally part of the sun
--->The earth
3.Bill never does anything if you don't tell him what to do
--->unless
4.I was sorry I didn't know how to do it
--->I wish
1.Would u mind watting for me outside the office
--->How about waiting for me outside the office
2.It is said that the earth was originally part of the sun
--->The earth is originally part of the sun
3.Bill never does anything if you don't tell him what to do
--->unless you tell Bill what to do, he never does anything
4.I was sorry I didn't know how to do it
--->I wish I knew how to do it
1.Would u mind watting for me outside the office
waiting for me outside the office
is originally part of the sun
--->unless you tell Bill what to do, he never does anything
4.I was sorry I didn't know how to do it
--->I wish I knew how to do it