logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Samantha JiNursing
(5/5)

759 Answers

Hire Me
expert
Muhammad AhmerComputer science
(5/5)

888 Answers

Hire Me
expert
Doug BeaucheminAccounting
(5/5)

550 Answers

Hire Me
expert
Arapera BillingAccounting
(4/5)

578 Answers

Hire Me
C++ Programming

Each quarter, the ABC bank must make the state of client accounts it manages. In order to facilitate its task, ABC is speaking to you to produce an account management system.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

PROJECT: SIMPLIFIED MANAGEMENT OF BANK ACCOUNTS

Each quarter, the ABC bank must make the state of client accounts it manages. In order to facilitate its task, ABC is speaking to you to produce an account management system. In addition, in order to facilitate the integration of the new system with the bank's exiting applications, the bank requires the system to be implemented in C++.

The existing client accounts information is contained in a text file named clients.txt that is structured as follows:

  • account Id (integer, length 5),

  • account type (integer, 2),

  • date of last update (integer, 6),

  • balance (double, 8 with 2 digits after the decimal point),

  • number of years (integer, 2), for deposits and loans (value of 00 to be ignored for other account types),

  • ooan rate (double, 5 with 2 after the decimal point), (00.00 for other types of accounts).

  • customer name (alphanumeric).

All customer transactions are saved in a transact.txt file whose structure is as follows:

  • account Id (integer, 5),

  • account type (integer, 2),

  • date of the transaction (integer, 6),

  • transaction code (integer, 2),

  • amount (double, 6 with 2 digits after the decimal point).

The type of account is the different types of accounts that a customer can hold with the bank:

  • 01 for a checking account,

  • 02 for a savings account,

  • 03 for a term deposit,

  • 04 for a

The transaction code represents one of the following operations:

  • 01 deposit, is done on all types of account (note that a deposit on a loan is in fact a refund),

  • 02 withdrawal, is done on the first two types,

  • 03 check, only possible on the first type,

In addition:

  • A 50 cent ($ 0.50) fee is applied for each withdrawal on a checking or savings account.

  • Deposit or refund transactions are free of

  • At the balance sheet date, the deposit accounts are enhanced by an annual rate (identical for all accounts).

  • To simplify, the total amount to be paid for a loan is calculated from the creation and is equal to the amount read from the txt file increases the loan rate over the specified number of years.

On the other hand, the following transactions are considered invalid:

  • Withdrawal of a term deposit or

  • Issuing a check for a savings

  • Withdrawal or check amount greater than the amount available in the

REQUIRED WORK

 Complete the given program "BankABC.h" and "BankABC.cpp" by designing and adding them in .h, and cpp.

 Note : The main function is given for the project.

//* Goal: Sort a list of bank accounts in ascending order of numbers                       

//* Note: This sort leaves the last count (of number 0) of the list at its position        

//* to ensure the later tests of the end of the list!!!                                                          

//* Inputs: listAccount (BankAccount *), a list of bank accounts.                               

//* Outputs: listAccount (BankAccount *), the list of bank accounts sorted.            

//* void sortAccounts(BankAccount **listAccount);

 

//* Goal: This function reads the file "clients.txt" and builds an array containing   

//* thedifferent bank accounts of customers.                                                                  

//* Inputs: Nothing                                                                                                              

//* Outputs: listAccount (BankAccount *), the list of bank accountsread                  *

//* fromthe file "clients.txt".                                                                                                 

//BankAccount ** readAccounts();

//* Goal: This function is used to read the file "transact.txt" and to update               

//* the accounts concerned by the read transitions.                                                     

//* Entries: listAccount (BankAccount *), the list of bank accounts.                          

//* Outputs: Nothing.                                                                                                         

// void updateAccounts(BankAccount **listAccount);

 

 

 

//* Goal: This function displays the list of bank accounts for all customers.            

//* Inputs: listAccount (BankAccount *), the list of bank accounts.                           

//* Outputs: Nothing                                                                                                           

/ void displayAccounts(BankAccount **listAccount);

 

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme

March
January
February
March
April
May
June
July
August
September
October
November
December
2025
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
SunMonTueWedThuFriSat
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
00:00
00:30
01:00
01:30
02:00
02:30
03:00
03:30
04:00
04:30
05:00
05:30
06:00
06:30
07:00
07:30
08:00
08:30
09:00
09:30
10:00
10:30
11:00
11:30
12:00
12:30
13:00
13:30
14:00
14:30
15:00
15:30
16:00
16:30
17:00
17:30
18:00
18:30
19:00
19:30
20:00
20:30
21:00
21:30
22:00
22:30
23:00
23:30