請用c語言編寫輸入本金存期年求到期時

2021-03-19 18:27:32 字數 1800 閱讀 6642

1樓:樑飄雪

程式挺簡單的,不給你寫了,自己試著寫一下吧。可以給你提供兩種思路:一、採用內if()else if()else if()else結構;

二、採用switch()結構;

另外:容本息和=本金+本金*年利率*年數

2樓:燕歸來

#include

#include

int main()

else if(year<5)

else if(year<10)

else

printf("本息和為%f\n",sum);

return 0;}

我是新手啦,剛學沒幾節課,用c語言編寫一個程式,輸入本金,存款年數年利率計算到期本息並扣除20%個人

3樓:樂vov樂

scanf("%f,%d",&a,&d); //這一句,輸入格式不匹配,應該是整數,你寫成浮點數了

4樓:匿名使用者

#include

void main ()

改成上面這樣行回不行答

輸入時 本金a存 和 款年數d 用 逗號 隔開

設計一個c語言程式來計算到期存款本息之和

5樓:匿名使用者

#include

void main()

else if(a==2)

else if(a==3)

else if(a==5)

z = x + y;

printf("本息為: %7.2lf\n",z);

}把數字改下就可以了

6樓:齊天屁聖

#include

void main()}

c語言程式設計 程式設計:根據本金a、存款年數n和年利率p計算到期利息。

7樓:四舍**入

可以參考下面的**復(a百分比下的利率制,b本金,c年數bai):#include

#define ldb long doubleusing namespace std;

ldb a,b;

int c;

int main()

8樓:匿名使用者

#include

#include

void main()

9樓:匿名使用者

恩 你的問題 有點多 直接寫個計算函式 其他根 據本金a、存款年數n和年利率p 為引數 計算到期利息為函式返回值

10樓:匿名使用者

l=a*pow(1+p/100)n-a 這句是什麼意思,還有你的l在哪宣告瞭,pow好像也不是這麼用的吧pow(float,int)

c語言程式設計利息計算的程式設計: 輸入年利率,本金,存款年數,設計一個演算法求n年後得到的本息

11樓:天枰非官

#include

#define ldb long doubleusing namespace std;

ldb a,b;

int c;

int main()

a百分比下的利率,b本金,c年數

12樓:saleh胡賽尼

用c語言求任意輸入銀行存款本金,存款年利率,存款年限,計算本金和利息總和(分為:計複利和不計複利2種形式).

求 用c編寫使用者在控制檯依次輸入本金 利率和存款年數,程式輸出本息合計的結果

console.writeline 本金 double cash double.parse console.readline console.writeline 利率 double lv double.parse console.readline console.writeline 存款年數 int...

編寫c語言程式,輸入整數nn《10,求sum

include stdio.h main printf ld s 好了,就這樣,不復版雜權 include int main printf d s return 0 include int main printf sum ld n sum return 0 include int f int n v...

c語言試題編寫程式求任意輸入字串的

include include int main char str 100 int i printf 請輸入一個字串 n while scanf s str eof 輸入一個或多個ctrl z 後結束 printf 該字串 s acs碼值 為 n str for i 0 i 額,執行內截圖一 容並給...