Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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/QuitStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started