Guest User

Untitled

a guest
Nov 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.52 KB | None | 0 0
  1. /*
  2.    Programmer:  Bryce Pellegrin
  3.    Filename:  ch1p2.java
  4.    Date:  9/12/2012
  5.    Description:  A little about myself
  6. */
  7. public class ch1p2
  8. {
  9.     public static void main (String[] args)
  10.     {
  11.         System.out.println ("Hi, I'm Bryce Pellegrin");
  12.        
  13.         System.out.println ("My favorite books are the light novel series called The Melancholy of Haruhi Suzumiya");
  14.        
  15.         System.out.println ("My favorite movie is the 1997 si-fi anime movie Neon Genesis Evangelion: The End of Evangelion");  
  16.    
  17.     }
  18. }
Add Comment
Please, Sign In to add comment