Answer to Question #149324 in C++ for Ali Mohammed

Question #149324
The first entry is the account number; the remainder of the line, variable in length, contains all
the transactions of the particular customer for the month:
If the entry begins with a d, the number that follows is the amount of deposit; If it begins with a w, the number that follows is the amount of withdraw.
The customer "database" is stored in another file, accounts.txt which has entries of the form 123 daffy 34.67
where each line contains the customer's account number then their name, followed by the current account balance at the beginning of the month.
Your program will write report in the following form ( given the above data )
Account Number : Name :
Beginning Balance : Ending Balance : Amount Deposited : Number of Deposits : Amount Withdrawn : Number of Withdraws :
123 daffy
$34.67 $283.11 $294.11 3 $45.67
1
The report is to be written to a file called account_report_MONTH.txt, where MONTH is a user entered month name. Use struct to store personal information.
1
Expert's answer
2020-12-06T17:48:39-0500
Dear Ali Mohammed , your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog