The user enters commands buy symbol quantity price sell


Lab

This is an additional assignment from the chapter on the Java Collections Framework.

Suppose you buy 100 shares of a stock at $12 per share, then another 100 at $10 per share, then you sell 150 shares at $15. You have to pay taxes on the gain, but exactly what is the gain? In the United States, the FIFO rule holds: You first sell all shares of the first batch for a profit of $300, then 50 of the shares from the second batch, for a profit of $250, yielding a total profit of $550. Write a program that can make these calculations for arbitrary purchases and sales of shares in a single company. The user enters commands buy symbol quantity price, sell symbol quantity price (which causes the gain to be displayed), and quit.

Hint: Keep a Map> that manages a separate queue for each stock symbol.

Use the included templates for the program in the zip file Assignment10.zip. You do not need to add any additional methods other than what are included. There is a sample of an input script so you can see how I may test your program. Be sure to fully test the program before submitting it. I should not be able to crash it.


Attachment:- Templates and setup files.zip

Solution Preview :

Prepared by a verified Expert
JAVA Programming: The user enters commands buy symbol quantity price sell
Reference No:- TGS02381118

Now Priced at $25 (50% Discount)

Recommended (96%)

Rated (4.8/5)