M.Lamine Lalmi

78
reputation
1
2
12
  public class CodeGeek
  { 
       String[] description = new String()
       {
         "Highly motivated person",
         "Java Lover",
         "Android Developer",
         "Full time developer"
       };
       String[] hobbies = new String()
       {
         "Coding",
         "Learn coding",
         "Enjoy coding !",
       };
  }