瀏覽代碼

Fixed merge conflict

Trinh Tong 6 年之前
父節點
當前提交
ef4bf7bf1b
共有 3 個文件被更改,包括 10 次插入5 次删除
  1. 二進制
      .DS_Store
  2. 3
    5
      SciCalc.java
  3. 7
    0
      package.bluej

二進制
.DS_Store 查看文件


+ 3
- 5
SciCalc.java 查看文件

@@ -1,15 +1,13 @@
1
-    
1
+
2 2
 /**
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
10 6
 */
11 7
 public class SciCalc 
12 8
 {
9
+
10
+
13 11
     public void toSciMenu() {
14 12
         Console.println("Scientific Calculator Functions:"
15 13
                          + "\n1: Base Conversion - Converts input to selected base"

+ 7
- 0
package.bluej 查看文件

@@ -26,10 +26,17 @@ dependency8.type=UsesDependency
26 26
 dependency9.from=MemoryFunc
27 27
 dependency9.to=Console
28 28
 dependency9.type=UsesDependency
29
+<<<<<<< HEAD
29 30
 editor.fx.0.height=0
30 31
 editor.fx.0.width=0
31 32
 editor.fx.0.x=0
32 33
 editor.fx.0.y=0
34
+=======
35
+editor.fx.0.height=722
36
+editor.fx.0.width=1120
37
+editor.fx.0.x=320
38
+editor.fx.0.y=119
39
+>>>>>>> master
33 40
 objectbench.height=214
34 41
 objectbench.width=595
35 42
 package.divider.horizontal=0.6