Using the Temperature class you wrote above, write a program which
1. Create two Temperature objects.
2. Ask the user for two temperatures and set the values in each object appropriately.
3. Print both objects to the terminal.
4. Checks to see if the two temperatures are equivalent. If so, print to the terminal "Equivalent" or "Not equivalent" otherwise.