U E D R , A S I H C RSS

05학번만의C++Study/숙제제출1/정서



~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]
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:22:04
Processing time 0.0070 sec