private class aboutMe {
String name = Jesus T.
String occupation = Computer Science UG & Research Lab Assistant
String school = The University of Tulsa
String hobbies = watch YouTube, rarely post on my football (soccer) blog, collect pencils
String goals = code at a software company, learn woodworking
String achieved = married the beautiful girl of my dreams <3
System.out.println("Hello, my name is "+ name +". I am a " + occupation + " at "
+ school + ". I like to " + hobbies + ". I want to " + goals + ". I am happily " + achieved + "." )
} // end class