Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that meets the following criteria: You work for a local bank. The bank is in the process of converting paper records to

image text in transcribed

Write a program that meets the following criteria: You work for a local bank. The bank is in the process of converting paper records to electronic. You are tasked with writing a prototype application that can record bank ehcount balances. A. Stores account information in a dictionary. AccountNumber as an int will be the key, and the AccountBalance of type float will be the value. B. Accepts an account number as input. 1. If an account number is not found in the dictionary, simply create a new entry in the accounts dictionary with the key and a balance of 0.0. C. Allows a deposit, withdrawal, or balance check to be performed. D. Upon completing this, it should prompt against for an account number as input. The data is stored in "memory". It is intended that every time this program is restarted, all balances will be wiped. Zip your program as "Python 1.5 Lab LastName.zip" and upload it to Canvas. For example "Python 1.5 Lab Smith.zip

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

Step: 3

blur-text-image

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

Next Generation Databases NoSQLand Big Data

Authors: Guy Harrison

1st Edition

1484213300, 978-1484213308

More Books

Students also viewed these Databases questions