Write a menu driven program to perform the following tasks:
1- Vowel / Consonant
2- Buzz Number or Not
3- Quit
If choice is 1 the input a character and check whether it is a vowel or consonant or any other character, if choice is 2
then input an integer number and check it is a buzz number or not. (A number is called when the number is divisible by
7 or ending with 7 or both like: 7, 14, 17, 21, 27, 28 etc.), if choice is 3 then stop the program and for any other choice
print message
Answers
Answered by
0
Answer:
3. quit 3. quit
Explanation:
2. . Buzz number
Similar questions