Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public class Variables
  2. {
  3. public static String randomWord;
  4. }
  5.  
  6. Variables.randomWord = (arrWord[idx]);
  7. System.out.println(Variables.randomWord);
  8. return Variables.randomWord;
  9.  
  10. String selectedWord = Variables.randomWord;
  11. System.out.println("Got your word, get ready!" + selectedWord);
  12. return selectedWord;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement