ceiling 썸네일형 리스트형 Problem 4-35 print the ceiling, floor, and rounded value of a floating-point number //============================================================================ // 제출일 : 2005. 3. 12 // 작업환경 : Windows XP SP1, VC++ 6.0, Pentium4 // 연습문제 4-35 //============================================================================ #include #include float round(float num); int main() { float num; cout > num; cout 더보기 이전 1 다음