Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1.  
  2. public class film {
  3.  
  4. /**
  5. * @param args
  6. */
  7. public static void main(String[] args) {
  8.  
  9.  
  10.  
  11. System.out.println ("Titel Jaar Duur in minuten Genre Beoordeling");
  12. System.out.println ("Avatar 2009 162 Actie 8,2");
  13. System.out.println("Brokeback Mountain 2005 134 Drama 7,8");
  14. System.out.println("Alice in Wonderland 2010 108 Avontuur 6,6");
  15. System.out.println("Inception 2010 148 Actie 8 ,9");
  16.  
  17. // TODO Auto-generated method stub
  18.  
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement