C++ program for share market game.
The user starts with a cash of $1,000.00, and each day has the option to: (B)uy, (S)ell, (H)old or (Q)IT options should be error-checked and the user re-prompted if incorrect
There is only one fund traded on this exchange (an index fund), and its starting...