Advertisement
ZhenghaoZhu

Birthday Homework

Oct 6th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. //Zhenghao Zhu
  2. //10/6/2015
  3. //BirthdayDate
  4.  
  5.  
  6. public class BirthdayDate
  7. {
  8.   public static void main (String[] args)
  9.   {
  10.   System.out.println ("Zhenghao Zhu's Birthday is in March 3rd");
  11.   System.out.println ("Zhenghao was born in 1999 in Guangdong, China");
  12.   System.out.println ("This is my first time coding with Java");  
  13.  
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement