Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please help write code - Student will demonstrate the ability to design a menu driven program. - Student will demonstrate the use of a switch
please help write code
- Student will demonstrate the ability to design a menu driven program. - Student will demonstrate the use of a switch statement - Student will demonstrate the use of 1D arrays. - Student will demonstrate the use of user preventive coding - Student will demonstrate a bubble sort. - Student will demonstrate the use of functions along with call by value and call by reference where necessary. Program Specifications: You are to DESIGN and WRITE a menu driven program as shown by the sample menu below. Should the user select [G] the program will ask the user to enter a single deposit into the bank account. The rest of the menu options are self-explanatory. BANKING MAIN MENU *** [G]et a new deposit [S]um of all deposits [D]eposits will be displayed from highest to lowest deposit [A]verage of all deposits [L]owest deposit will be displayed [Q]uit the program Submission Requirements: Requirements will be same as the first assignment which will be the same for all future assignments. YOU CANNOT - Use global variables, in this or any program ever. - Use goto statement(s), in this or any program ever. - Email your work to Instructor, in this or any program ever 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