习题2.6商业贷款 /*还款年限-月还款表*/#include <stdio.h> #include <math.h> int main(void) { int year; double loan,money,rate,x; scanf("%lf",&loan); scanf("%lf",&rate); ... Other 2023-08-25 40 点赞 0 评论 60 浏览