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 04:30
Kyle, a receptionist for a building supply company, recently won an award for saving his company money on their phone system. after being presented with kyle's research, the company changed the way in which it made long-distance phone calls and cut their expenses in this area by 75 percent. the new system the kyle's company most likely adopted was wired communications switching stations voip hdtv
Answers: 3
question
Computers and Technology, 22.06.2019 05:00
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. after the loop terminates, it prints out, on a line by itself and separated by spaces, the sum of all the even integers read, the sum of all the odd integers read, a count of the number of even integers read, and a count of the number of odd integers read, all separated by at least one space. declare any variables that are needed. assume the availability of a variable, stdin, that references a scanner object associated with standard input. that is, stdin = new scanner(system.in); is given.
Answers: 3
question
Computers and Technology, 22.06.2019 13:30
In which phase does software coding and testing happen in the spiral model? the spiral model does not have a separate testing phase. both, software coding and testing occurs during the phase.
Answers: 3
question
Computers and Technology, 23.06.2019 15:20
An ou structure in your domain has one ou per department, and all the computer and user accounts are in their respective ous. you have configured several gpos defining computer and user policies and linked the gpos to the domain. a group of managers in the marketing department need different policies that differ from those of the rest of the marketing department users and computers, but you don't want to change the top-level ou structure. which of the following gpo processing features are you most likely to use? a, block inheritance b, gpo enforcement c, wmi filtering d, loopback processing
Answers: 3
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
Computers and Technology, 29.10.2019 04:31
question
Business, 29.10.2019 04:31
question
Advanced Placement (AP), 29.10.2019 04:31
question
Chemistry, 29.10.2019 04:31
question
Mathematics, 29.10.2019 04:31
Questions on the website: 13722367