Project 썸네일형 리스트형 Project 4-38 Compute the interest and print the balance //============================================================================ // 제출일 : 2005. 3. 12 // 작업환경 : Windows XP SP1, VC++ 6.0, Pentium4 // 연습문제 4-38 //============================================================================ #include #include #include #include #include float calc(float input); //이자의 계산 void print(float input); //출력 int main() { float begining_balance; cout > begining.. 더보기 이전 1 다음