Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help me do this C++ question and run it successfullycopyable code please Account Management System In this project, you will write a program to

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribedplease help me do this C++ question and run it successfullycopyable code please
Account Management System In this project, you will write a program to manage a bank account and a stock portfolio. The program will be written using inheritance structure for the classes. Starting with the abstract base class Account, write two derived classes stockAccount and bankAccount. All of the accounts should be linked together through the common cashBalance variable. The starting balance for the account will be $10000. The balance will change as youperform the transactions In the main menu, you can select to work with either stock account, bank account, or exit the program. The sub menu for each will be as following: Stock account: Display current price for a stock symbol Buy stock Sell stock Display current portfolio Display transactions history Return to main menu Bank account: Display current cash balance Deposit to account Withdraw from account Display transactions history Return to main menu 1. Stock Account This program manage your stock portfolio. You can purchase or sell stocks. Use the stock informati in stock .txt stock 2.txt stock .txt stock4. txt files for all of the transactions. When you initiate a transaction, you can randomly select one of the files for stock prices Display current price for a stock symbol: this function take the symbol of a stock and display its current price. The current price will be the price of one of the stock file selected randomly. The format as follow: VNET 21 Vianet Group Inc ADR 5.48 12:48:53 If the stock is not available, display corresponding message

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

Students also viewed these Databases questions

Question

LO34.1 Identify and explain the functions of money.

Answered: 1 week ago