¶
~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]









