Advertisement
DevianOS

The Password Authentication Game

Jun 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class apples{
  4. public static void main(String args[]){
  5. Scanner daniel = new Scanner(System.in);
  6. Double test, answer;
  7. System.out.println("Please enter your password");
  8. test = daniel.nextDouble();
  9. if (test == 9){
  10. System.out.println("You've got mail!");
  11. }else{
  12. System.out.println("You do not have any mail!");
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement