Parcourir la source

Updated methods in SciCalc

Trinh Tong il y a 6 ans
Parent
révision
92b2a51ed1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      SciCalc.java

+ 1
- 0
SciCalc.java Voir le fichier

@@ -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)