Guest User

Untitled

a guest
Nov 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. boolean program = true;
  2. while (program == true) {
  3. System.out.println("Please type 1-10 for stuff")
  4. input = bufferedReader.readLine();
  5. if(firstrunonly) {
  6. // set bunch of stuff
  7. }
  8. if(input.equals("1") {
  9. // all the way to 10
  10. }
  11.  
  12. }
Add Comment
Please, Sign In to add comment