subject

A local bank in your town needs a program to calculate a customer’s checkingaccount balance at the end of each month. If the number of transactions is morethan 5, the bank charges a fee of $0.35.• If the balance falls below 1000.00, there is a service fee of $25.00• Data are stored in a file (transactions. txt) in the following form:467343 3750.40 // Account Number | Initial BalanceW 250.00 // Transaction Code W: withdrawal | AmountD 1200 // Transaction Code D: Deposit | AmountW 1275.00 // Transaction Code: withdrawal | AmountI 120.74 // I: Interest earned |AmountD 1550 // D: Deposit | AmountW 155.00 // W: withdrawal | AmountW 240.50 // Transaction Code W: withdrawal | AmountD 150.75 // Transaction Code D: Deposit | AmountW 15.00 // Transaction Code: withdrawal | AmountD 350.75 // Transaction Code D: Deposit | AmountW 150.00 // Transaction Code: withdrawal | AmountI 35.74 // I: Interest earned |AmountW 1500.50 // Transaction Code W: withdrawal | AmountDeliverable:• Write a C++ program that reads the Data from the stored in a file• Program prints the following information:• Account number• Balance at the beginning of the month• Balance at the end of the month• Total Interest paid by the bank• Total amount of deposit• Number of deposits• Total amount of withdrawal• Number of withdrawals• Service charges (if below $1,000, $0.35 per transactions after 8transactions) if any• Please ensure that you format the output accordingly, currency, etc.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 23.06.2019 09:50
Allison and her group have completed the data entry for their spreadsheet project. they are in the process of formatting the data to make it easier to read and understand. the title is located in cell a5. the group has decided to merge cells a3: a7 to attempt to center the title over the data. after the merge, allison points out that it is not centered and looks bad. where would the title appear if allison unmerged the cells in an attempt to fix the title problem?
Answers: 2
question
Computers and Technology, 23.06.2019 11:00
What is the name of the sound effect that danny hears
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Norder to receive financial aid at his vocational school, mario must fill out the fafsa. the fafsa is a form that must be completed to determine . in order to complete a fafsa, you must submit . the fafsa can students obtain
Answers: 2
You know the right answer?
A local bank in your town needs a program to calculate a customer’s checkingaccount balance at the e...
Questions
question
English, 20.02.2020 22:48
question
Mathematics, 20.02.2020 22:48
Questions on the website: 13722363