Question: please please I want in ( UML ) NOT JAVA PROGRAM 1. A string data field named symbol for the stock's symbol. 2. A string
1. A string data field named symbol for the stock's symbol. 2. A string data field named name for the stock's name. 3. A double data field named previousClosing Price that stores the stock price for the previous day. 4. A double data field named currentPrice that stores the stock price for the current time. 5. An integer data field named ID that stores the identifier number of stock. 6. A constructor that creates a stock with the specified symbol, name, and ID. 7. A method named getChange Percent() that returns the percentage changed from previousClosingPrice to currentPrice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
