Write a program to take input for main menu & sub menu and display the name of sub manu
selected in following format(Enter the first letter to select main menu):
Welcome to CCD
Enjoy your < name of sub menu >
Test Case 1
Input :
c
1
Output :
Welcome to CCD!
Enjoy your Expresso Coffee!