The stock symbol
Write the definition of a class that has the following properties: (1, 2, 3, 5) a. The name of the class is stockType. b. The class stockType has the following instance variables: name of type string, symbol of type string; currentPrice, lowPriceOfTheDay, highPriceOfTheDay, previousDayClosingPrice, fiftyTwoWeeksHigh, and fiftyTwoWeeksLow are of type double. c. The class stockType […]