![Using two classes, create a program that can convert a Fahrenheit temperature to Celsius and Kelvin. Temperature Class (Tempe](https://media.cheggcdn.com/media%2Faca%2Facac213c-5492-4722-94d7-1f582c9a64b9%2Fimage.png)
![media%2F576%2F5766b9c9-7366-426c-8c32-74](https://media.cheggcdn.com/media%2F576%2F5766b9c9-7366-426c-8c32-745bcd0de829%2Fimage.png)
Using two classes, create a program that can convert a Fahrenheit temperature to Celsius and Kelvin. Temperature Class (Temperature.java) Should have one private field, a double, named fTemp. . Should have a no-arg constructor that simply initializes fTemp to 1. . Should have a public mutator method named setTemperature that accepts a double as an argument. Name the parameter fTempln. This method should overwrite fTemp with the value of the argument passed