Program: Create a Program:
Public class Test temp that
Part a. Creates an object of type Fahrenheit and an object of type Celsius
Part b. Accepts a single argument from the command line
Part c. Converts the command line argument from F to C and prints result
Part d. Converts the command line argument from C to F and prints result
You need to prepare this program and add comments in code section that will be useful in the future.