Reference no: EM13499406
You are to write a basic bank application, in C++, that allows the user of the application to manually create, modify, and delete bank accounts. Before you write the application you will need to create a class called Account. The class Account is used to represent customers' bank accounts. Your class should include four data members to represent the account balance (a double), account number (an integer), customer name (a string), and date the account was opened (a string). Your class should provide two constructors: one default constructor with no parameters and one constructor with the initial balance, account number, customer name, and date created as parameters. The second constructor should check the initial balance. If the balance is not >= 0, the balance should be set to 0 and an error message should be displayed.
The class should provide several member functions. Some of which are described below. Remember that you will have to think about other appropriate member functions (think about setter and getter functions!). Member function credit should add an amount to the current balance and store it back into the balance. Member function debit should withdraw money from the Account, modify the balance, and ensure the debit amount does not exceed the Account's balance. If it does, the balance should be left unmodified and the function should print an appropriate message. Member function printAccountInfo should print the current balance, account number, customer name, and date of the account.
Once you have designed your Account class. You will need to create the main bank program. Note that you can create the main bank program in the main function or you can try to create another class for the main bank program. The main program needs to display a menu for adding, deleting, modifying, and displaying accounts. You decide appropriate menu features! Have fun with this assignment!
Culture from a psychological point of view
: How does advertising work and affect our culture from a psychological point of view?
|
Management of chronic and terminal illness
: How is immunocompetence assessed, in terms of the management of chronic and terminal illness?
|
Operant conditioning is a process of increasing
: Operant conditioning is a process of increasing or decreasing a specific behavior through reinforcement (positive or negative), punishment or extinction. The person operates based on the environment through learned discriminative stimulus.
|
Models of personality would conceptualize
: Briefly describe the way in which the following two models of personality would conceptualize, assess and treat an individual who reports an intense fear (i.e. a phobia) of snakes.
|
You are to write a basic bank application
: You are to write a basic bank application, in C++, that allows the user of the application to manually create, modify, and delete bank accounts. Before you write the application you will need to create a class called Account.
|
What kind of psychology research method
: What kind of psychology research method would be used in learning about your personal family health history?
|
Generate a random number
: Generate a random number between 1 – 5 and 3 – 8 for express and normal lanes, respectively. This represents the arrival time of the first customer into each lane. Set the variable for total time elapsed to 0.
|
Individual psychotherapy
: Individual Psychotherapy, describe the basic function and premise of each one on a child’s recovery. Use outside sources to support your answers.
|
Contributes to healthy-maladaptive psychological functioning
: Pick a part of the brain and discribe how it contributes to healthy and maladaptive psychological functioning. Be sure to include examples to support your descriptions.
|