Seth 6 years ago
parent
commit
120bc7aa82
2 changed files with 0 additions and 1 deletions
  1. BIN
      AliceandBob.class
  2. 0
    1
      AliceandBob.java

BIN
AliceandBob.class View File


+ 0
- 1
AliceandBob.java View File

@@ -15,7 +15,6 @@ public class AliceandBob {
15 15
         String name = input.nextLine();
16 16
 
17 17
         if (name.equals("Alice")) {
18
-
19 18
             System.out.println("Hi Alice!");
20 19
         } else if (name.equals("Bob")) {
21 20
             System.out.println("Hi Bob!");