/* C program to accept the temperature in Fahrenheit and convert it into degree Celsius and degree Kelvin*/
#include"stdio.h"
main()
{
float t,a,c,b;
printf("Enter the Temperature in Fahrenheit: \n");
scanf("%f",&a);
/* C is temp in degree Celsius and t in Kelvin*/
c=0.55*(a-32);
t=C+273.15;
printf("/n temperature in degree Celsius is :%f",c);
printf("/n temperature in degree Kelvin is : %f",t);
}
--------------------------------------
this was the program to convert it.
Thanks,
Tushar Khoje
This Blog Is Created By Tushar khoje And will try to solve computer related Problems, and will help to teach C programmings and other computer related things
Saturday, December 4, 2010
About New Ideas
hi Guys as i said that i am going to Start the Blogging so i would like to tell that we are going to learn and Discuss about come new topics as follows
1. C Programming
2. Microsoft offices(Word, PowerPoint,Access, Excel)
3. Knowledge about Windows some Tricks, how to make it Good accessible faster
performance and much more ....
4. General Computer h/w Problems.
5. General Computer S/w Problems.
6. Games (which i love to play Too much)
so plz give your suggestion about these items or Problems that you faces or the things you want to know.
i Will found myself Glad to solve that.
thank you,
Tushar Khoje
copyright @ Tushar H. Khoje
------------------------------------------------
Abput New Things
Subscribe to:
Posts (Atom)