¶
~cpp
#include "iostream"
using namespace std;
using std::endl;
int main()
{
cout << " 를 력고 ENTER 를 르 : ";
double celsius =0 ;
double fahrenheit =0 ;
cin >> celsius ;
fahrenheit = 1.8 * celsius + 32 ;
cout << " " << celsius << "는 " << fahrenheit << " 다" << endl ;
return 0;
}
나게 말 ¶
군.. 는
{{{다 ~cpp를 붙.ㅎ 그리고 문는 맞게..;;ㅁ;; - []
----
[05만C++Study//1]









