无限耳机

文章
4
资源
0
加入时间
2年10月21天

存款利息的计算

/存款利息的的计算。有1000元,想存5年,可按以下5种办法我依据这个题目做出了改进 可以自己输入金额,自己选择哪种办法存储/#include <stdio.h>#include <math.h>#include <windows.h>double one(double money){double p,interest;printf(“请输入5年期...