HOC24
Lớp học
Môn học
Chủ đề / Chương
Bài học
là bà mẹ
Program GT_tangdan;
Var x, y, max : Integer;
Begin
Write( ' Nhap so x: ' );
Readln(x);
Write( ' Nhap so y: ' );
Readln(y);
If x < y then
Write( x,'_____',y )
Else
Write( y,'_____',x );
Readln;
End.
a) 20%
b)125%