farenheit to celcius in C++ Programming with Source Code

#include<iostream.h>
#include<conio.h>
void main()
{
    float f,c;
    clrscr();
    cout<<"\n Enter fehranhit  ";
    cin>>f;
    c=(f-34)*5/9;
    cout<<"\n fehranhit to celcius "<<c;
    getch();
}
farenheit to celcius in C++ Programming with Source Code farenheit to celcius in C++ Programming with Source Code Reviewed by Unknown on 6:05:00 PM Rating: 5

No comments:

Powered by Blogger.