Menu

[Solved]Java Programming Exercise Final Project Used Solve Problem Gathering Information Person S Q37152830

How do I do this Java programming exercise?

The final project will be used to solve the problem of gatheringinformation about a person’s financial investments. Investments aperson may have include stocks, mutual funds, and real estate. Thisprogram will be limited to gathering information about a person’sshare assets: stock and mutual fund investments.
The information about a share assets which would need to be knownis: the symbol, number of shares owned, price paid per share, andthe current price. There are stocks that pay dividends and thosethat do not. Stocks that pay a dividend would need the amount ofdividends paid. The difference between a mutual fund and a stock isthat a person can own parts of a share of a mutual fund, whileentire shares of stock must be owned. (Hint: An OO concept applieshere.) The user should be able to find out the current market valueof an asset as well as the profit or loss of the asset.
Design a program that keeps track of a person’s share assets. Theprogram must meet the following requirements:
1. The project must use user defined classes and inheritance.
2. A GUI interface must be used for user I/O.
3. A person may own shares of multiple stocks as well asparticipate in multiple mutual funds.
4. A given stock asset object should only have information aboutone asset – stock, dividend stock, or mutual fund.
5. Exception handling must be used where appropriate.
6. The stock and mutual fund information (portfolio) must be storedin a text file.
7. The user should have the option to display the portfolioinformation contained in the text file.

Expert Answer


Answer to How do I do this Java programming exercise? The final project will be used to solve the problem of gathering information… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *