Advertisement
Guest User

Untitled

a guest
Dec 15th, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.38 KB | None | 0 0
  1.  
  2. import tcdIO.Terminal;
  3.  
  4. public class AMVsetup {
  5.    
  6.     static String question;
  7.     static String newQuestion;
  8.     static String newName;
  9.     static String input;
  10.     static String end;
  11.     static String value;
  12.     static int parentID;
  13.     static int ID;
  14.     static char fromWhichBranch;   
  15.     static char questionAnswer;
  16.     static Terminal terminal = new Terminal("Animal, Vegetable, Mineral Game");
  17.    
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement