Create a class called Candle to represent a candle. It should have four private instance variables: An int for the height, an int for the width, a float for the price and a boolean to determine if the candle is lit or not. The class should include a three-argument constructor (we will assume a constructed candle is not lit) and get and set methods for each instance variable. Override the method toString which should return the Candle information in the same format as the input file