課程
/后端開發
/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基礎萌新入門第一課,從Java環境搭建、工具使用、基礎語法開始
2 回答學習困難點
3 回答覺得給出的額參考答案有點問題啊
5 回答做練習遇到困難
5 回答編程練習中有一點小問題
1 回答關于6-6的編程練習
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
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
謝謝老師,看到了后面的謝謝你