U E D R , A S I H C RSS

05학번만의C++Study/숙제제출1/조현태

느낀

는?

C++


~cpp
#include<iostream>

float fahrenheit(float);

void main(){
	float celsius;
	std::cout << "  Enter  : ";
	std::cin >> celsius;
	std::cout << "" << celsius << " " << fahrenheit(celsius)  << ".\n"; 
}

float fahrenheit(float celsius) 
{
    return 1.8*celsius+32;
}

, 는 C++ ~
, using namespace std; , 뭐 C++ .
는 C++를 많 만, 대.. iostream .
, 는 문 데? 문 -
3 ?
, -
----
05번만C++Study//1
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:22:04
Processing time 0.0093 sec