The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 2 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
write in C programming language.
The question is attached below
Now that the user interface tools are created and tested, we are going to build the main skeleton of ourapplicaTon. ±his applicaTon will be a menu driven program and will work as follows:1-When the program starts the Ttle of the applicaTon is displayed.2-±hen a menu is displayed.3-±he user selects one of the opTons on the Menu.4-Depending on the selecTon, the corresponding acTon will take place.5-±he ApplicaTon will pause to a²ract the user’s a²enTon6-If the opTon selected is not Exit program, then the program will go back to opTon 27-If the opTon selected is Exit program, the program ends.±he above is essenTally the pseudo code for any program that uses a menu driven user interface.±o accomplish the above create the following three funcTons:intyes(void)Receives a single character from the user and then clears the keyboard(clrKyb()).If thecharacter read is anything other than “Y”, “y”, “N” or “n”, it will print an error message asfollows:>Only (Y)es or (N)o are acceptable:<and goes back to read a character unTl one of the above four characters is received.±hen, it will return 1 if the entered character is either “y” or “Y”, otherwise it will return 0.
Attachments:
-----------