Guest User

Untitled

a guest
Nov 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public static int Scanner() {
  2. Scanner s = new Scanner(System.in);
  3. String eingabe = s.nextLine();
  4.  
  5. //???
  6.  
  7. return eingabe;
  8. }
Add Comment
Please, Sign In to add comment