Jevit Tith 6 yıl önce
ebeveyn
işleme
6bf04d0c60
2 değiştirilmiş dosya ile 8 ekleme ve 8 silme
  1. 2
    2
      Main.java
  2. 6
    6
      package.bluej

+ 2
- 2
Main.java Dosyayı Görüntüle

@@ -6,9 +6,9 @@ import java.util.*;
6 6
 public class Main {
7 7
 
8 8
     public static void main(String[] args ){
9
-        Scanner sc = new Scanner(System.in);
9
+        Scanner userInput = new Scanner(System.in);
10 10
         System.out.println("Hello, what is your name?");
11
-        String name = sc.nextLine();
11
+        String name = userInput.nextLine();
12 12
         if (name.equals("Alice")||name.equals("alice")) {
13 13
             System.out.println("Hello Alice");
14 14
         } else if (name.equals("Bob")||name.equals("bob")) {

+ 6
- 6
package.bluej Dosyayı Görüntüle

@@ -1,16 +1,16 @@
1 1
 #BlueJ package file
2
-editor.fx.0.height=729
3
-editor.fx.0.width=1280
4
-editor.fx.0.x=13
5
-editor.fx.0.y=45
2
+editor.fx.0.height=722
3
+editor.fx.0.width=800
4
+editor.fx.0.x=512
5
+editor.fx.0.y=-907
6 6
 objectbench.height=101
7 7
 objectbench.width=776
8 8
 package.divider.horizontal=0.6
9 9
 package.divider.vertical=0.8007380073800738
10 10
 package.editor.height=427
11 11
 package.editor.width=674
12
-package.editor.x=181
13
-package.editor.y=109
12
+package.editor.x=-194
13
+package.editor.y=-942
14 14
 package.frame.height=600
15 15
 package.frame.width=800
16 16
 package.numDependencies=0