Selaa lähdekoodia

added prompt for name as well as name to welcome message

Jonathan Hinds 6 vuotta sitten
vanhempi
commit
7e11bf8a8e
3 muutettua tiedostoa jossa 7 lisäystä ja 6 poistoa
  1. BIN
      Main.class
  2. 3
    2
      Main.java
  3. 4
    4
      package.bluej

BIN
Main.class Näytä tiedosto


+ 3
- 2
Main.java Näytä tiedosto

@@ -10,13 +10,14 @@ public class Main {
10 10
     }
11 11
     
12 12
     public static void Welcome(){
13
+        System.out.println("Please enter your name");
14
+        
13 15
         Scanner scanner = new Scanner(System.in);
14 16
         String userInput = scanner.next();
15 17
 
16
-        //System.out.println(userInput);
17 18
         if(userInput.equalsIgnoreCase("alice") || userInput.equalsIgnoreCase("bob"))
18 19
         {
19
-            System.out.println("Welcome");
20
+            System.out.println("Welcome " + userInput);
20 21
         }
21 22
     }
22 23
 }

+ 4
- 4
package.bluej Näytä tiedosto

@@ -1,8 +1,8 @@
1 1
 #BlueJ package file
2
-editor.fx.0.height=0
3
-editor.fx.0.width=0
4
-editor.fx.0.x=0
5
-editor.fx.0.y=0
2
+editor.fx.0.height=722
3
+editor.fx.0.width=800
4
+editor.fx.0.x=240
5
+editor.fx.0.y=24
6 6
 objectbench.height=101
7 7
 objectbench.width=776
8 8
 package.divider.horizontal=0.6