ソースを参照

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