Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. System.out.println("Indique se é um cliente regular ou Premium:");
  2. String cliente = user_input.nextLine();
  3. System.out.println("Introduza o seu nome:");
  4. String nome = user_input.nextLine();
  5. System.out.println("Introduza o seu email:");
  6. String email = user_input.nextLine();
  7. System.out.println("Introduza o seu telefone:");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement