/**
* I've been studying computer science in NEU and UPitt for 5
years,
* so I write some code to introduce myself.
*/
Boy i = new Boy("Yao Li");
//Sep 01, 2007, I first explored computer science at
Northeastern University, China.
i.major(CS);
i.MotherCollege(NEU);
//On Sep. 2011, I continued my graduate study at University of
Pittsburgh, USA
i.CurrentCollege(UPitt);
//I have no specified area. Luckily, Dr.Jingtao Wang became my
advior.
i.advisor(Jingtao);
//It is said that to face life with smile is the key to
happiness.
//So I keep smiling and adjusting myself all the time.
Boolean IsSmiling = false;
while (!IsSmiling)
{
//When I meet with something unhappy, I always stop for a while
and adjust myself.
i.Stop(1000);
//Go back to myself
IsSmiling = i.adjust(MaxPerformance);
}//End
OPTIMISTIC
Your smile is the moust beautiful sunshine for the people who love you.