Question: hello, i need this to be done in C++? using Visual Studio 2. Writing a C++ Program with a void function. Celcius Temperature Table The

hello, i need this to be done in C++? using Visual Studio
2. Writing a C++ Program with a void function. Celcius Temperature Table The formula for converting a temperature from Fahrenheit to Celslus is C 5/9(F-32) where F is the Fahrenheit temperature and C is the Celsius temperature Write a void function named celsius that accepts a Fahrenhoit temperature as an input and cakulates and displays the tamperature converted to Cesius os the screen. Next, write a main function to demonstrate the use of the Celsius function by calling it in a loop that to display table of the Fahrenheit temperatures 0 through 20 and their Celsius equivalents Once finished correcting, compiling, and testing your code Save your program as Lab6a-2-yourname cpp for submission . Also, copy and paste the corrected C++ program into the Word document Also, include screen shots showing how your pogram works in the Word document The screen shots must include your name to get credit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
