Write a program that asks the user to enter a temperturereading in centigrade an
ID: 3610146 • Letter: W
Question
Write a program that asks the user to enter a temperturereading in centigrade and then prints the equalent Fahrenheitvalue. Be sure to include at least one negative centigrade numberin your test cases. (Note: use the formula F = 32 + ( C * (180.0 /100.0) ) Write a program that asks the user to enter a temperturereading in centigrade and then prints the equalent Fahrenheitvalue. Be sure to include at least one negative centigrade numberin your test cases. (Note: use the formula F = 32 + ( C * (180.0 /100.0) )Explanation / Answer
//Hopethis will help you..
//don't forget to rate this.
#include<stdio.h>
*/