Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Banking Application using Arrays and Functions. For those who do not use functions to do this homework, they will loose 25% of the points After

image text in transcribed

image text in transcribed

Banking Application using Arrays and Functions. For those who do not use functions to do this homework, they will loose 25% of the points After you write and submit thls program, please keep a copy of It with yourself. Because you will be using it for the next homework. Create three arrays called Names and accountnumbers and balance Notice that the Names array is a string array while accountnumbers and balance will hold numeric values. . Write a program to display the menu with the following options and ask for the user input. Type P to populate accounts Type S to search for account Type E to exit . If the user types P Populate all the three arrays up to 5 values And display the menu again. e . If the user types S then: Ask the user for the account number. Search the array for that account number and find its position in the accountnumbers array Display the Name, and balance at the position found during the above search. . If the user types E. then Terminate the program with the following message Thank you for using the program. Bye . If the user types any other option e . Display the message "Invaild choice. Please try again!" and go back and display the menu. PS: You program must keep displaying the menu until the user types the option E, to exit the program. Mimir Requirement: The file name must be C$902Module6Homeworkl.py For exact messages to display, menu options, please refer to the test case scenario below Test Scenario 2 MFNU OPTIONS****

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Introduction To Databases And Data Warehouses

Authors: Nenad Jukic, Susan Vrbsky, Svetlozar Nestorov

1st Edition

1943153191, 978-1943153190

More Books

Students also viewed these Databases questions

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago