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$