Question: Could you develop the app below? Create a Windows forms app using C# and .Net. The task of the application, called a converter, is to
Could you develop the app below?
Create a Windows forms app using C# and .Net. The task of the application, called a converter, is to convert between commonly used units. Your application must use the following classes: 1. Length.cs Includes methods to convert from/to: Foot, Meter.
2. Weight.cs Includes methods to convert from/to: Pound, Kilogram.
3. Temperature.cs Includes methods to convert from/to: Celsius, Fahrenheit.
4. Time.cs Includes methods to convert from/to: Minute, Hour
**Note: Add one form to act as the main application window and use it to enter the data from the user and show controllers to convert between units. On the form, group your controllers related to a specific functionality using a groupbox.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
