Saturday, January 14, 2012

CONVERT CELCIUS INTO FARENHEIT(TEMP)


#include<stdio.h>
#include<conio.h>
void main()
{
float ce,fa;
clrscr();
printf("Enter the temperature in celcius: ");
scanf("%f",&ce);
fa=1.8*ce+32;
printf("\nunits in Farenheit is=%f",fa);
getch();
}

1 comment:

  1. Looking for a hassle-free pathway to secure a seat at Vydehi Medical College? College Dhundo offers valuable insights on "Direct Admission In Vydehi Medical College Direct Admission In Vydehi Medical College Explore this informative resource to simplify your admission process and achieve your medical education goals.

    ReplyDelete