瀏覽代碼

Updated methods in SciCalc

Trinh Tong 6 年之前
父節點
當前提交
92b2a51ed1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      SciCalc.java

+ 1
- 0
SciCalc.java 查看文件

@@ -44,6 +44,7 @@ public class SciCalc
44 44
         return Integer.toOctalString(userInput);
45 45
         
46 46
     }
47
+    
47 48
     /**
48 49
      * Store 1 numeric value in memory for recall later
49 50
      * M+ = add currently displayed value to the value in memorie (default = 0)