jituTechnology

jituTechnology

Write a program to read the temperature in Centigrade and convert it to farenhite equivalent

/*A program to read the temperature in Centigrade and convert it to Farenhite eqiuvalent
Programmed by:
Name: Jitendra Kumar Yadav
Roll: 16
Date: 8 Jan 2011 */
#include <stdio.h>
#include <conio.h>
void main()
{
float C,F;
printf(“Enter the temperature in Centigrade:”);
scanf(“%f”,&C);
F=1.8*C+32;
printf(“The temperature in Farenhite is %f”,F);
getch();
}

Add a comment

Comments (1)

  1. Enola RapaloApril 5, 2012 Reply
    I like what you guys are doing. Such clever work and reporting! Carry on with the superb works guys. I’ve incorporated you guys to my blogroll. I think it’ll improve the value of my website. 🙂

Add a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

April 2024
S M T W T F S
 123456
78910111213
14151617181920
21222324252627
282930