怎么才能熟練運用java 當時記住了 遇到問題不知道怎么用
do{ ????????????count++;score++; ????????} ????????while(score<60);{ ????????????System.out.println("加分后成績:"+60); ????????????System.out.println("共加了"+count+"次!"); ????????}
do{ ????????????count++;score++; ????????} ????????while(score<60);{ ????????????System.out.println("加分后成績:"+60); ????????????System.out.println("共加了"+count+"次!"); ????????}
2018-08-04
舉報
2018-08-10
語法記住怎么用,然后就練習,先簡單,后復雜些的。一定要用Debug去調(diào)試看看
2018-08-08
多練習
2018-08-04
記筆記