Lời giải:
program abc;
uses crt;
var a,b,max : integer;
begin
clrscr;
write ( ' nhap a =' );
readln (a);
write ( ' nhap b = ');
readln (b);
a:=max;
if max<b then max:=b;
write ( ' so lon nhat la',max);
readln;
end.
Gói VIP thi online tại VietJack (chỉ 400k/1 năm học), luyện tập gần 1 triệu câu hỏi có đáp án chi tiết