Câu 2: Dãy số nào được xếp theo thứ tự tăng dần: *
1 điểm
6; 6,5; 6,12; 6,98
7,08 ; 7,11 ; 7,05 ; 7,503
0,74 ; 0,75 ; 1,13 ; 2,03
9,03 ; 9,07 ; 9,13 ; 9,108
Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.
Lời giải:
Độ sôi tăng dần theo chiều tăng của M.
Đáp án A.
1)
Var array:[1..1000] of integer;
i,n,t:integer;
Begin
Write('n = ');readln(n);
For i:=1 to n do
Begin
Write('Nhap so thu ',i,' = ');readln(a[i]);
End;
For i:=1 to n do
If a[i] > a[i+1] then
Begin
t:=a[i];
a[i]:=a[i+1];
a[i+1]:=t;
End;
Write('Sap xep tang dan ');
For i:=1 to n do write(a[i]:8);
Readln
End.
2)
Var array:[1..1000] of integer;
i,n,t:integer;
Begin
Write('n = ');readln(n);
For i:=1 to n do
Begin
Write('Nhap so thu ',i,' = ');readln(a[i]);
End;
For i:=1 to n do
If a[i] < a[i+1] then
Begin
t:=a[i];
a[i]:=a[i+1];
a[i+1]:=t;
End;
Write('Sap xep giam dan ');
For i:=1 to n do write(a[i]:8);
Readln
End.
Đáp án D
Tính bazo tăng dần theo thứ tự: Anilin < amonia < metylamin