The client needs a Temperature Model that updates the users of the system on changes, presents the temperature in Celsius and Fahrenheit and decorates the application to meet the specific design needs of the client.
The application will be implemented using Strategy Pattern, Observer Pattern and Decorator Pattern.
Input should be interactive - It should ask you to enter a temperature figure in F and display the result in Celsius and F .