Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago