6.6 編程計算第一年年初他應存入銀行多少錢

#include <stdio.h> #include <stdlib.h> int main() { int i; float m=0; for(i=1;i<=5;i++) { m=(1000+m)/(1+12*0.01875); printf("%f\n",m); } return 0; }
相關文章
相關標籤/搜索