C Program Tutorial Class- 06

in Steem AHPyesterday

Image cover

Dear friends, in the video that I am sharing with you today, I have shown you all how to convert the temperature from Celsius to Fahrenheit using a program and run it to show the results. In the video, I have shown the C program, and you will understand the program that I am giving in this post and it will be of great benefit to you.

#include<stdio.h>
int main()
{
float c, F;
printf("Enter Temperature:");
scanf("%f", &c);
F=9*c/5+32;
printf("Result is: %.2f", F);
return 0;
}

You will definitely understand the AC program after watching it and if you want, you can also run it and the results will definitely be displayed the way I saw them. If you want to know anything, please let me know in the comments. If you like it, please support it and let everyone know.

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 @alejos7ven

Speak On Steem GIF.gif

Coin Marketplace

STEEM 0.06
TRX 0.28
JST 0.048
BTC 66310.36
ETH 1977.56
USDT 1.00
SBD 0.49