Home > Back-end > The problem is how to write the code, please answer (c).
The problem is how to write the code, please answer (c).
Time:06-08
Interest calculation, there are 1000 yuan, want to save five years, checking account current interest once every quarter and settlement, the current deposit interest rate of 0.35% (current deposit once every quarter settlement interest) if r is at an annual rate, n as the account number, the principal and interest of current deposit and: P=1000 * (1 + r/4) 4 n times, specification: 1000 * (1 + r/4) is the principal and interest and a quarter,
CodePudding user response:
You should try to begin to write out the questions to ask