Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question

Hello, I have an assignment in the python program.  Professor gives me a text like this: January.txt

21728392
1200.56
19.18,29.15,78.75,212.10
100,20,410.29

The first line is an account number, the second line is the beginning balance, the third line is withdrawn and the last line is deposits.

How can I separate every single line to read them. Can I use the loop function?

Below is the assignment direction.

Thank you very much

___________________________________________________________

Complete the following program:

a) Read in and store the data from the file called “January.txt”. This file includes the customer’s account number, beginning balance, withdrawals, and deposits. (In that order) Note: Make sure you look at the file before you begin the project!

b) Prompt the user for his/her name and age.

c) Convert the customer’s name to a username that consists of the first letter of the first name, the first 5 digits of last name, and the customer’s age.(All letters should be lowercase) Example: Michael Jordan, age 37 should convert to: mjorda37

d) Convert the account number to the following format: XXX-XX-XXX

e) Calculate the total of the deposits, the total of the withdrawals, and the ending balance in the account.

f) Write a report similar to the following to both the screen and a file called “January statement.txt”:

Broward College National Bank

January Bank Statement

                                                           Name                      UserName                 Account Number

                                                           --------------------------------------------------------------------

                                                           Michael Jordan          mjorda37                     217-28-392

 

Beginning Balance: $1,200.56

Total Withdrawals: $339.18

Total Deposits: $530.29

Ending Balance: $1,391.67

 

Save the file as lastname_statement.py and upload the .py file here.

 

Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education