Algorithmes et programmationen PascalFaculte des Sciences de Luminy Edouard ThielCoursDeug 1 Mass MAModule de 75 heures1997 a 20042 Algorithmes et programmation en Pascal Edouard ThielTable des matieresI Les variables en Pascal 61 Premiers programmes 61.1 Le programme bonjour . . . . . . . . . . . . . . . . . . . . . . 61.2 Commentaires dans un programme . . . . . . . . . . . . . . . 61.3 Utilisation d’une variable entiere . . . . . . . . . . . . . . . . . 61.4 Trace et tableau de sortie . . . . . . . . . . . . . . . . . . . . . 71.5 Lecture au clavier d’une valeur . . . . . . . . . . . . . . . . . . 72 Identi cateur 73 Types prede nis 83.1 Type entier : integer . . . . . . . . . . . . . . . . . . . . . . 83.2 Type reel : real . . . . . . . . . . . . . . . . . . . . . . . . . . 83.3 Type caractere : char . . . . . . . . . . . . . . . . . . . . . . . 93.4 Type booleen : boolean . . . . . . . . . . . . . . . . . . . . . 104 Declarations 114.1 Constantes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114.2 Variables et a ectation . . . . . . . . . . . . . . . . . . . . . . 115 Expressions 125.1 Syntaxe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125.2 Type des expressions bien formees . . . . . . . . . . . . . . . . 135.3 Regles d’evaluation . . . . . . . . . . . . . . . . . . . . . . . . 136 Nouveaux types 146.1 Type intervalle . . . . . . . . . . . . . . . . . . . . . . . . . . 146.2 Type enumere . ...
Voir