Question: Post-lab Task 1: Write a C program to convert and display temperature in Celsius from Fahrenheit (assume temperature in Fahrenheit is 38 F) using the
Post-lab Task 1: Write a C program to convert and display temperature in Celsius from Fahrenheit (assume temperature in Fahrenheit is 38 F) using the formula: Celsius =(5/9) (Fahrenheit-32). - Does the above formula give the correct answer? Why? - Suggest an alternate method of implementation to get the correct answer. Comment. Post-lab Task 2: Write a C program to display the value of x in the equation for given float values of a,b and c. x=2ab+b24ac Hint: Use the pre-processor directive math.h for the sqrt function - Comiple the file as gcc filenamec-im
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
