diff options
Diffstat (limited to 'exam00/subjects/2-0-maff_alpha')
| -rw-r--r-- | exam00/subjects/2-0-maff_alpha/examples.txt | 2 | ||||
| -rw-r--r-- | exam00/subjects/2-0-maff_alpha/subject.en.txt | 12 | ||||
| -rw-r--r-- | exam00/subjects/2-0-maff_alpha/subject.fr.txt | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/exam00/subjects/2-0-maff_alpha/examples.txt b/exam00/subjects/2-0-maff_alpha/examples.txt new file mode 100644 index 0000000..e371037 --- /dev/null +++ b/exam00/subjects/2-0-maff_alpha/examples.txt @@ -0,0 +1,2 @@ +$> ./maff_alpha | cat -e +aBcDeFgHiJkLmNoPqRsTuVwXyZ$ diff --git a/exam00/subjects/2-0-maff_alpha/subject.en.txt b/exam00/subjects/2-0-maff_alpha/subject.en.txt new file mode 100644 index 0000000..e9a8bb0 --- /dev/null +++ b/exam00/subjects/2-0-maff_alpha/subject.en.txt @@ -0,0 +1,12 @@ +Assignment name : maff_alpha +Expected files : maff_alpha.c +Allowed functions: write +-------------------------------------------------------------------------------- + +Write a program that displays the alphabet, with even letters in uppercase, and +odd letters in lowercase, followed by a newline. + +Example: + +$> ./maff_alpha | cat -e +aBcDeFgHiJkLmNoPqRsTuVwXyZ$ diff --git a/exam00/subjects/2-0-maff_alpha/subject.fr.txt b/exam00/subjects/2-0-maff_alpha/subject.fr.txt new file mode 100644 index 0000000..a4be7f9 --- /dev/null +++ b/exam00/subjects/2-0-maff_alpha/subject.fr.txt @@ -0,0 +1,12 @@ +Assignment name : maff_alpha +Expected files : maff_alpha.c +Allowed functions: write +-------------------------------------------------------------------------------- + +Écrire un programme qui affiche l'alphabet une lettre sur 2 en minuscule, et le +reste en majuscule (Voir l'exemple), suivi d'un '\n'. + +Exemple: + +$> ./maff_alpha | cat -e +aBcDeFgHiJkLmNoPqRsTuVwXyZ$ |
