2006年培訓學員8萬人,每年增長25%,請問按此增長速度,到那一年培訓學員人數將達到20萬人?

1.用while語句 public class one{ public static void main (String [] args){ double a=8;//2006年人數 double b=1.25;//每年增加的百分比爲0.25 int c=2006;// 開始的年份 while(a<=20)//while的判斷條件 { a=a*b;//a增加一年的人數 c++;//每增加一年的人數
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息
相關文章