~cpp #include <iostream.h> double Fah; // double Cel; // int main() { Fah=0; Cel=0; cout << " 고 Enter : "; cin >> Cel; Fah= 1.8*Cel + 32.0; // cout << " " << Cel << " " << Fah << " \n"; return 0; }
~cpp #include <iostream.h> double Fah; // double Cel; // int main() { Fah=0; Cel=0; cout << " 고 Enter : "; cin >> Cel; Fah= 1.8*Cel + 32.0; // cout << " " << Cel << " " << Fah << " \n"; return 0; }