C Program Tutorial Class- 07
Dear friends, through today's video post, I am sharing with you Fahrenheit Temperature to Celcius temperature Convert. In this video, I have shared the program with you and shown the result by running the program, how to input and then I have shown it to you. I have given the program to your country in this post.
#include<stdio.h>
int main()
{
float c, F;
printf("Enter Temperature:");
scanf("%f", &F);
c=5*(F-32)/9;
printf("Result is: %.2f", c);
return 0;
}
I hope you will be able to understand the program very easily and if you have any problem in understanding it, please let me know through comments. Greetings and congratulations to all those who visited my post. May everyone be well.
Posted with Speem

Your post have been rewarded by the Speak on Steem curator team!
Now become a plus member delegating at least 500 SP
Ways to support us:
Curated by @nevlu123