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.
Dãy số được sắp xếp theo thứ tự tăng dần là: \(-3,\dfrac{7}{3},\sqrt{5},2,\left(6\right)\)
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
Câu 2: Dãy số nào được xếp theo thứ tự tăng dần: *1 điểm
a) 6; 6,5; 6,12; 6,98
b) 7,08 ; 7,11 ; 7,05 ; 7,503
c) 0,74 ; 0,75 ; 1,13 ; 2,
d) 9,03 ; 9,07 ; 9,13 ; 9,108