Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

program zadataksaif;

var a,b:real;
begin
writeln('unesi dva broja');
read (a,b);
if a=b then write (max:=a);
if a>b then write (max:=a);
if a<b then write (max:b);
write (max);
end.

You might also like