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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

這個(gè)為什么錯(cuò)???

public class HelloWorld{

public static void main(String[] args){

int num = 999;

int i = 0;


if(num/10>0){num=num/10;i++;}



System.out.print(""+i);








}

}


正在回答

3 回答


public class HelloWorld{

? ? public static void main(String[] args){

? ? ? ? ? ? ?int num = 999;

? ? ? ? ? ? ?int i = 0;

? ? ? ? ? ? ? ? ?if(num!=0){

? ? ? ? ? ? ? ? ? ? num=num/10;

? ? ? ? ? ? ? ? ? ? i++;

? ? ? ? ? ? ? ? ?}

? ? ? ? ? ? ?System.out.print("這是個(gè)"+i+"位數(shù)");

? ?}

}

//if(num/10>0){num=num/10,你的這里有問(wèn)題,

1 回復(fù) 有任何疑惑可以回復(fù)我~
#1

qq_有何不可_22 提問(wèn)者

num=999 num/10=99>0 num=99 i=1 num/10=9>0 num=9 i=2 num/10=0 輸出2 我應(yīng)該把i初始值換成1 然后就是 public class HelloWorld{ public static void main(String[] args){ int num = 999; int i = 1; if(num>=0){num=num/10;i++;} System.out.print(""+i); } } 還是不對(duì)啊,腦子轉(zhuǎn)不過(guò)這個(gè)彎來(lái)
2017-11-15 回復(fù) 有任何疑惑可以回復(fù)我~
#2

qq_有何不可_22 提問(wèn)者

我懂了 我懂了 謝謝老哥
2017-11-15 回復(fù) 有任何疑惑可以回復(fù)我~

public class HelloWorld{

public static void main(String[] args){

int num = 999;

int i = 0;


if(num/10>0){num=num/10;i++;} //多了一個(gè)分號(hào)

System.out.print(""+i); //應(yīng)該寫在分號(hào)內(nèi)



}

}



//正確完整程序如下

public class HelloWorld{

public static void main(String[] args){

int num = 999;

int count = 0;

? ? if(num >=0&& num<=99999);

? ? while(num!=0){

? ? ? ? count++;

? ? ? ? num/=10;

? ? }

System.out.println("它是個(gè)"+count+"位的數(shù)!");




}

}


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

qq_有何不可_22 提問(wèn)者

num=999 num/10=99>0 num=99 i=1 num/10=9>0 num=9 i=2 num/10=0 輸出2 我應(yīng)該把i初始值換成1 然后就是 public class HelloWorld{ public static void main(String[] args){ int num = 999; int i = 1; if(num>=0){num=num/10;i++;} System.out.print(""+i); } } 還是不對(duì)啊,腦子轉(zhuǎn)不過(guò)這個(gè)彎來(lái)
2017-11-15 回復(fù) 有任何疑惑可以回復(fù)我~
#2

qq_有何不可_22 提問(wèn)者

我懂了 我懂了 謝謝哥
2017-11-15 回復(fù) 有任何疑惑可以回復(fù)我~

//按照你寫的思路應(yīng)該這么寫,if那塊要寫成循環(huán)

public class HelloWorld{


public static void main(String[] args){

? ? int num = 999;

? ? int i = 1;

? ? while(num/10>0){

? ? ? ? num=num/10;

? ? ? ? i++;

? ? }


? ? System.out.print(""+i);


? ? }

}


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

qq_有何不可_22 提問(wèn)者

num=999 num/10=99>0 num=99 i=1 num/10=9>0 num=9 i=2 num/10=0 輸出2 我應(yīng)該把i初始值換成1 然后就是 public class HelloWorld{ public static void main(String[] args){ int num = 999; int i = 1; if(num>=0){num=num/10;i++;} System.out.print(""+i); } } 還是不對(duì)啊,腦子轉(zhuǎn)不過(guò)這個(gè)彎來(lái)
2017-11-15 回復(fù) 有任何疑惑可以回復(fù)我~
#2

qq_有何不可_22 提問(wèn)者

我懂了 我懂了 謝謝老哥
2017-11-15 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消
Java入門第一季(IDEA工具)升級(jí)版
  • 參與學(xué)習(xí)       1167718    人
  • 解答問(wèn)題       18749    個(gè)

0基礎(chǔ)萌新入門第一課,從Java環(huán)境搭建、工具使用、基礎(chǔ)語(yǔ)法開(kāi)始

進(jìn)入課程

這個(gè)為什么錯(cuò)???

我要回答 關(guān)注問(wèn)題
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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