Question: Write a program using a project called InputWrapper that would take Int, Double, Decimal, and String and return the converted values. Use this project and

Write a program using a project called InputWrapper that would take Int, Double, Decimal, and String and return the converted values.

Use this project and append it to Exercise 3 and check the output results on both cases (one without using InputWrapper (Exercise 3)) and with the use of InputWrapper.

Note: in exercise three, we were told to write a program that would take degrees Fahrenheit and convert it to Celsius.

example of the finished program

Write a program using a project called InputWrapper that would take Int,

Continue X LE:\BCTC\Spring 2021\CIT 243-1922 (76819)--C# II\Homework Week 21ConvertFahrToCel\bin\Debug etcoreapp3.1\ConvertFahrToCel.exe (Witout Wrapper]Temperature in Fahrenheit: 12.a wrong input digits, please try again: Input string was not in a correct format. [Witout Wrapper]Temperature in Fahrenheit: 12.002 Fahrenheit = 12.00 Celsius = -11.11 [Using Wrapper]Temperature in Fahrenheit: 1/00 Input error, please try again: Input string was not in a correct format. [Witout Wrapper]Temperature in Fahrenheit: 12.002 Fahrenheit 12.00 Celsius = -11.11 [Using Wrapper]Temperature in Fahrenheit: 12.002 Fahrenheit = 12.00 Celsius = -11.11 Continue/Quit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!