Selaa lähdekoodia

Added plans to the ADVCALC

Trinh Tong 6 vuotta sitten
vanhempi
commit
bd29920ac8
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. 11
    0
      AdvCalc.java

+ 11
- 0
AdvCalc.java Näytä tiedosto

@@ -1,6 +1,7 @@
1 1
 
2 2
 /**
3 3
  * 4.2 Scientific Calculator Group Project
4
+ * Trinh Tong, Lauren Green, Michelle Dimarino
4 5
  * Advanced Calculator Menu
5 6
  */
6 7
 public class AdvCalc
@@ -31,4 +32,14 @@ public class AdvCalc
31 32
         // put your code here
32 33
         
33 34
     }
35
+    
36
+    /**
37
+     * To Trig -
38
+     * sends user to trig functions of the calculator
39
+     */
40
+    public void toTrig(int y)
41
+    {
42
+        // put your code here
43
+        
44
+    }
34 45
 }