怎么才能熟練運(yùn)用java 當(dāng)時(shí)記住了 遇到問題不知道怎么用
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
舉報(bào)
2018-08-10
語法記住怎么用,然后就練習(xí),先簡單,后復(fù)雜些的。一定要用Debug去調(diào)試看看
2018-08-08
多練習(xí)
2018-08-04
記筆記