All About Codes...
convert Fahrenheit Celsius in c Program:-
Given a temperature in Celsius, we have to convert it to fahrenheit and print it on screen. To convert celsius to fahrenheit, we will use below expression:F =(9/5)*C + 32;
Add your comments here
contact@aboutcodes.com
Given a temperature in Celsius, we have to convert it to fahrenheit and print it on screen. To convert celsius to fahrenheit, we will use below expression:
ReplyDeleteF =(9/5)*C + 32;