39. CONVERSION OF FAREHNITE TO CENTIGRADE
void main()
{
float c,f;
clrscr();
printf("Enter temp. in farehnite");
scanf("%f",&f);
c=(5*(f-32))/9;//Formula for conversion
printf("The temp. in centigrade is->%f",c);
getch();
}
C C++ C# JAVA ASP ASP.NET XML PHP SQL ORACAL JSP HTML JAVASCRIPT CSS ARE IN THE BLOG AND programming Language Question with answer,PHP pages,JSP pages ,HTML interview, question,Placement interview question ,Placement Question with solution ,Technical Placement question,Technical Placement question with Answer,Technical Placement question with Solution or other Links
No comments:
Post a Comment
Thanks to given comments.......