mardi 27 septembre 2016
    1. Program Racine;
    2. Var x : Real;
    3. Begin
    4. Writeln ('Saisir un réel ');
    5. Readln (x) ;
    6. IF x >= 0 Then Writeln ('Racine carrée ', x,' = ', sqrt(x))
    7. Else Writeln ('Donnée incorrecte') ;
    8. End.

0 commentaires:

Enregistrer un commentaire

Page Facebook

Turbo Pascal 32 bits

Turbo Pascal 64 bits