Guest User

Untitled

a guest
Feb 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Algorithme Exercice 2
  2.  
  3. Variables
  4.  
  5. A : Entier
  6. Resultat : Entier
  7.  
  8. Début
  9.  
  10. afficher "Veuillez saisir A"
  11. Saisir A
  12.  
  13. Resultat <- A * A
  14.  
  15. Afficher "le carré de ce nombre est" , resultat
  16.  
  17. Fin
Add Comment
Please, Sign In to add comment