Hey there, I'm Najam
You can get all my notes and lectures about programming from my site. Subscribe to get notification of my new posts!
#include<stdio.h>
#include<conio.h>
main()
{
float fh,cl;
printf("Enter temperature in farenhite: ");
scanf("%f",&fh);
cl=(fh-32)/1.8;
printf("\n\nTemp in celcius: %f",cl);
getch();
return 0;
}
My name is Najam Ul Saqib. I am student of software engineer. In this site i will share all the things which i will learn. Also i am graphic and web designer.
0 comments:
Post a Comment