Guest User

Untitled

a guest
Jan 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3.  
  4.  
  5. . . .
  6.  
  7.  
  8.  
  9. Scanner scan = new Scanner(System.in);
  10.  
  11. if (scan.next() == “Hello”)
  12.  
  13. System.out.println(“Hello to you”);
  14.  
  15. else
  16.  
  17. System.out.println(“Goodbye”);
Add Comment
Please, Sign In to add comment