Write a program that uses defined constants for the vowels in the alphabet and a memory constant for the even decimal digits (0, 2, 4, 6, 8). It then prints the following three lines using literal constants for the odd digits.
a e i o u
0 2 4 6 8
1 3 5 7 9