Menu

[Solved]-Python Write Function Function Name Open Account Summary Bank Staff Opens Customer S Bank Q37174319

in python write the function

Function Name: Open Account

Summary: Bank staff opens a customer’s bank account.

Description: 1. Bank Staff selects “open account”.

2. System prompts bank staff to enter customer PIN, SSN, accounttype (checking or savings), and deposit amount.

3. If the PIN is a 4-digit number and the SSN is a 9 digitnumber, the system stores customer PIN.

4. System creates an account number (5 digits) with the depositamount and displays it.

Alternatives:  Wrong PIN and/or SSN: system displays an errormessage and prompts bank staff to enter new PIN and SSN.

Expert Answer


Answer to in python write the function Function Name: Open Account Summary: Bank staff opens a customer’s bank account. Descript… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *