摘要: 1、创建功能菜单以及相关的提示 2、代码功能有单利计算利息和和根据利息和求相应的本金 3、代码功能有复利计算利息和和根据利息和求相应的本金 4、退出系统功能 #include<stdio.h>#include<math.h>int year,n;double p,q,F=0.0;void innit 阅读全文
posted @ 2016-03-12 14:41 49陈焕恳 阅读(174) 评论(1) 推荐(0)