Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a C + + program that performs the following: Prints on screen a selection menu as follow: a . Count characters, converts small character
Write a C program that performs the following:
Prints on screen a selection menu as follow:
a Count characters, converts small character to capital.
b Series.
c Binary, Max Digits and Average Primes.
d Exit
If user presses a or A the following sub menu should be displayed
Count characters:
Program should call a function that reads set of characters until q is pressed. The function should count the occurrence of each of these characters a b and c
Small to Capital:
Program should call a function that prints all characters in the two cases small and capital
Return to the main menu.
If user presses b or B the following sub menu should be displayed:
Sin xxxxxm Fn
Cosx
Return to the main menu.
If user presses c or C the following sub menu should be displayed:
Binary to Decimal.
program should reads a binary number and convert it to Decimal Max Digits:
program should call a function that returns the max even digits of any integer as: follows: x max digits
Average of Primes: Program should call a function that returns the average of primes from to
Return to the main menu.
To Exit press e or E
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started