aboutsummaryrefslogtreecommitdiff
path: root/exam00/subjects/2-0-maff_alpha
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-07-16 12:58:13 +0200
committerCharles <sircharlesaze@gmail.com>2019-07-16 12:58:13 +0200
commit14914f50c3de6c5444e13cf67db064b03c1c90ef (patch)
tree3ecf5a41b4541980ba0287a431681cd5ae25ad84 /exam00/subjects/2-0-maff_alpha
parent217bcb0d4e3ba60604921cb40d5a11a64f93cfc7 (diff)
downloadpiscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.tar.gz
piscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.tar.bz2
piscine-14914f50c3de6c5444e13cf67db064b03c1c90ef.zip
c09 passed, c10 start, exam00 and exam01
Diffstat (limited to 'exam00/subjects/2-0-maff_alpha')
-rw-r--r--exam00/subjects/2-0-maff_alpha/examples.txt2
-rw-r--r--exam00/subjects/2-0-maff_alpha/subject.en.txt12
-rw-r--r--exam00/subjects/2-0-maff_alpha/subject.fr.txt12
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$