Guest User

Untitled

a guest
Dec 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (command[0].equals("1")) { //Read file
  2. // TODO
  3. String filename = null;
  4. System.out.print("Filename: ");
  5. filename = console.readLine();
  6. readFromFile(filename);
  7. }
Add Comment
Please, Sign In to add comment