Guest User

Untitled

a guest
Jul 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. x = user input value
  2. List l = Null
  3. if (x > 10) {
  4. l = new ArrayList();
  5. } else {
  6. l = new ShitList();
  7. }
  8.  
  9. l.heyhey()
Add Comment
Please, Sign In to add comment