C Program Tutorial Class- 07

in Steem Sri Lanka16 days ago

Image cover

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.

IPFS Video

Posted with Speem

Sort:  

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:

Image

Curated by @nevlu123

Coin Marketplace

STEEM 0.07
TRX 0.30
JST 0.055
BTC 73904.77
ETH 2314.11
USDT 1.00
SBD 0.51