Explorar el Código

Added comments to scicalc

Trinh Tong hace 6 años
padre
commit
9a5ed04cdf
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      SciCalc.java

+ 4
- 0
SciCalc.java Ver fichero

@@ -3,6 +3,10 @@
3 3
 * 4.2 Scientific Calculator Group Project
4 4
 * Trinh Tong, Lauren Green, Michelle Dimarino
5 5
 * Advanced Calculator Menu
6
+* 
7
+* TO DO
8
+* 
9
+* Add MainMenu class - displays mainmenu / calls back to main menu
6 10
 */
7 11
 public class SciCalc 
8 12
 {