aboutsummaryrefslogtreecommitdiff
path: root/exam00/subjects/2-0-maff_alpha/subject.en.txt
blob: e9a8bb09eb659843faa57ff03b55061a8120223e (plain)
1
2
3
4
5
6
7
8
9
10
11
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$