Download the original attachment (The Stock class ) Design a class name Stock that contains: * A string data field named symbol for the stock’s symbol. * A string data field named name for the stock’s name. * A double data field named prevoiusClosingPrice that stores the stock price for the previous day. * A double data field named currentPrice that stores the stock price for the current time. * A constructor that creates a stock with specified...