統計正確率(未成功實現)git
判斷相關運算並計算結果編程
switch(this.operator().toCharArray()[0]){ case '+':result=this.getA()+this.getB();break; case '-':result=this.getA()-this.getB();break; case '×':result=this.getA()*this.getB();break; case '÷':result=this.getA()/this.getB();break; }
使用Random類生成隨機題目dom
a=new Random().nextInt(100); b=new Random().nextInt(100); i=new Random().nextInt(4);
Judge函數,用於判斷答案是否正確函數
public boolean judge(String s){ int i,result = 0; try{ i=Integer.valueOf(s).intValue(); }catch(Exception e){ return false; }
碼雲連接學習
步驟 | 耗時 | 百分比 |
---|---|---|
學習相關思路 | 40min | 26% |
設計程序思路 | 30min | 20% |
代碼實現 | 60min | 40% |
bug調試 | 20min | 13% |
博客總結 | 40min | 26% |
我與李天林同窗的相處很是融洽,代碼編寫的過程也是兩人一塊兒努力構思、努力實現的結果。沒有什麼特別須要改進的地方,望繼續保持。this