Question: this is the code i have. It is written in program C Unix. The purpose of this assignment is to introduce you to basic C

The purpose of this assignment is to introduce you to basic C programming, including the use of functions. You should write a sketch and implement the steps in detail one statement after another. Instructions: You may design your program with minor variations, but the following is a sample with key requirements (constants, functions): 1) prints "your name > Please enter a Fahrenheit degree number: 2) reads the input number, which should be a "double" and should be passed as a parameter into the following corresponding function; 3) call a function "double fc_converter(double);" with the input value; 4) print the square root of the returned value, stating that The square root of the result is: Xxx. In "double fc_converter(double);", it will calculate according to the equation: C = FCR*(F - 32.00), where FCR is a pre-defined constant 0.556. Your variable data format should be "double". After that, it will print the following before returning the Celsius degree: (the output should have printed values with precision to two digits after the decimal point) include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
