Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

BT1tinhoc

program bt1;
uses crt; 
var a,b: real;
begin
    clrscr;
    writeln('Nhap vao so thu nhat: ');
    readln(a);
    writeln('Nhap vao so thu hai: ');
    readln(b);
    if a>b then writeln('So lon hon la: ',a:10:2);
    if a<=b then writeln('So lon hon la: ',b:10:2);
    readln
end.
    

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.