Beginner's Guide To Programming
It's All About Programming.
Contents
C
C++
COBOL
COBOL TUTOR PART 1
SQL
TRICKS AND TIPS
CELSUIUS TO FARANHEIT
#include<stdio.h>
#include<conio.h>
#include<math.h>
void main()
{
float f,c;
clrscr();
printf("Please type the temperature in Fahrenheit");
scanf("%f",&f);
c=(f-32)*5/9;
printf("Temperature in Celsius is %f",c);
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Earn upto Rs. 9,000 pm checking Emails. Join now!
No comments:
Post a Comment