아니..문제가..

jhlee01s Reply 8 years 3 days ago
문제에 monthly / annual interest rate / balance 의 관계에 대해 명시가 전혀 되어있지않아서 얼타다가 교재 찾아보니까 있네요. 번역해주신것은 감사하지만 번역을 해주실거면 정확하게 해주시고, (정확하지 않다면 번역부분은 삭제하는게 더 좋다고 생각합니다.) 문제전체를 꼭 완전하게 올려주시면 좋겠습니다. 책에 확인해보니 Draw the UML diagram for the class and then implement the class. (Hint: The method getMonthlyInterest() is to return monthly interest, not the interest rate. Monthly interest is balance * monthlyInterestRate. monthlyInterestRate is annualInterestRate / 12. Note that annualInterestRate is a percentage, e.g., like 4.5%. You need to divide it by 100.) 라는 부분이 문제푸는데 있어서 꼭 필요한데 누락되어있네요. 과제를 해야하는 학생입장에서 꼭 풀어야하는데 문제이해가 힘들어 혼자 끙끙 앓다가 레퍼런스 직접 찾아보면서 아쉬움이 들어서 코멘트 남깁니다.