第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

可以看下我哪里寫錯了嗎?(java)

可以看下我哪里寫錯了嗎?(java)

慕移動2184654 2018-05-18 02:23:59
Scanner sc=new Scanner(System.in); ? System.out.println("what is the number of organisms"); ? int ornumber=sc.nextInt(); ? System.out.println("what is the increase in their population size (as percentage) per unit time"); ? int pernumber=sc.nextInt(); ? System.out.println("what is the number of units of time he wants to see the population size "); ? int timeunit=sc.nextInt(); ? int b=timeunit; ? for (int a=1;a<=b;a++) { ? int total=ornumber+(a*(ornumber*(pernumber/100))); ? System.out.println(total); ? ? ? }我打印出來的結(jié)果 都是相同的,這個不可能啊我想讓a= 1 2 3 4 5......循環(huán)每行印出它代表的量但是結(jié)果竟然是a等于1和后面等于2 3 .....的結(jié)果都一樣
查看完整描述

2 回答

?
傷心的夏天

TA貢獻5條經(jīng)驗 獲得超3個贊

(a*(ornumber*(pernumber/100)))這一堆的結(jié)果是int類型的,如果值小于1就直接等于0了,所以等式就變成了?int total=ornumber,所以每次結(jié)果都一樣。

查看完整回答
反對 回復(fù) 2018-05-21
?
半枯

TA貢獻101條經(jīng)驗 獲得超45個贊

如果你的pernumber>=100,ornumber!=0是不會有這樣的情況的

查看完整回答
反對 回復(fù) 2018-05-18
  • 2 回答
  • 0 關(guān)注
  • 1054 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號