Write a c++ program to promt the user to entethe following selection
Alphabet Even Quit
If the user enter 'A' or 'a' then print lower case alphabetic characters (a-z) in a single line with one space in between. (no cout<<"abc...wxy";
If the user enters 'E' or 'e' then call a user defined function void even() to print all even numbers between 100-500
If the user enters 'Q' or 'q', you should terminate the program