From 66635d69fa00e335a091d7e6f2b358cbaaf205e4 Mon Sep 17 00:00:00 2001 From: Cabergs Charles Date: Tue, 16 Jul 2019 12:58:13 +0200 Subject: c09 passed, c10 start, exam00 and exam01 --- exam00/subjects/2-0-maff_alpha/examples.txt | 2 ++ exam00/subjects/2-0-maff_alpha/subject.en.txt | 12 ++++++++++++ exam00/subjects/2-0-maff_alpha/subject.fr.txt | 12 ++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 exam00/subjects/2-0-maff_alpha/examples.txt create mode 100644 exam00/subjects/2-0-maff_alpha/subject.en.txt create mode 100644 exam00/subjects/2-0-maff_alpha/subject.fr.txt (limited to 'exam00/subjects/2-0-maff_alpha') 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$ -- cgit