Tuesday, July 22, 2014

Displaying Bio Data in Java

public class abejeroact2 {
public static void main (String a[])
{
System.out.println("BIO DATA");
System.out.println("NAME: Joshua D. Abejero");
System.out.println("BIRTHDAY: August 11, 1996");
System.out.println("ADDRESS: UP Teacher's Village Alawihao, Daet, Camarines Norte");
System.out.println("COURSE: Batchelor of Science in Information Technology");
System.out.println("MOTHER: Marilyn Dawi Abejero");
System.out.println("FATHER: Melchor Victa Abejero");
System.out.println("CAREER OBJECTIVE:I choose this course for me to improve my skills, not only in handling computer but also in but also in making my own program. In my life I always dream to take part by making progress in the world of modern computers. It is a great honor to be in this Course, Class and School/Community. My dream after 4 years, Im working on a Company somewhere abroad, but I think it would be better to have a job inside the Philippines, to help my Nation to boost up in Technological Status.");
}
}

No comments:

Post a Comment