課程
/后端開發(fā)
/Java
/Java入門第一季(IDEA工具)升級版
2018-08-12
源自:Java入門第一季(IDEA工具)升級版 5-1
正在回答
int?count=0; System.out.println("加分前的成績"+score); while?(score<60){ so]core++; count++; System.out.println("加分后的成績:"+score); System.out.println("加分:"+count+"次");
?int score=53;??????? int count=0;??????? System.out.println("加分前的成績"+score);??????? while (score<60){??????? score++;??????? count++;}??????? System.out.println("加分后的成績:"+score);??????? System.out.println("加分:"+count+"次!");
謝謝老師,看到了后面的謝謝你
舉報
0基礎(chǔ)萌新入門第一課,從Java環(huán)境搭建、工具使用、基礎(chǔ)語法開始
2 回答學(xué)習(xí)困難點
3 回答覺得給出的額參考答案有點問題啊
5 回答做練習(xí)遇到困難
5 回答編程練習(xí)中有一點小問題
1 回答關(guān)于6-6的編程練習(xí)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2018-08-12
2018-09-12
?int score=53;
??????? int count=0;
??????? System.out.println("加分前的成績"+score);
??????? while (score<60){
??????? score++;
??????? count++;}
??????? System.out.println("加分后的成績:"+score);
??????? System.out.println("加分:"+count+"次!");
2018-08-12
謝謝老師,看到了后面的謝謝你