👤

Se citesc 2 numere x si y de tip real.Sa se afiseze cel mai mare.

VAA ROG IMI TREBUIE NEAPARAT DARU COROANA!!!!!!!!


Răspuns :

program Prog;

var x,y: real;

begin

 readln(x, y);

 if x > y then begin writeln(a); end

 else begin writeln(b) end

end.