#include<iostream>
#include<conio.h>
using namespace std;
int main() {
int C,F,R;
cout<<"\nmasukan suhu dalam celcius= ";
cin>>C; F=C*9/5+32; R=C*4/9+32;
cout<<"\n===========================";
cout<<"\n HASIL KONFERSI";
cout<<"\n===========================";
cout<<endl;
cout<<"Fahreheit = ";
cout<<F<<endl;
cout<<"Reamur = ";
cout<<R<<endl;
getche(); }
0 komentar:
Posting Komentar