Sunday, July 11, 2010

* Kay Alies turns 23 ~


public class NewAge
{
int currYear, yearBorn, newAge = 0;
final static String DAY = "09", MONTH = "July";
String name = "Kay Alies";

public void calcAge(int currYear, int yearBorn)
{
if (yearBorn <= currYear)
{
this.newAge = currYear - yearBorn;
System.out.println(this.name + " turns " + this.newAge + " on " + this.DAY + " " + this.MONTH + " " + currYear);
}
else
{
System.out.println("You can only gets older, not younger! :PPPP");
}
}

public static void main(String[] args)
{
NewAge na = new NewAge();
na.calcAge(2010, 1987);
}
}

* The Output : Kay Alies turns 23 on 09 July 2010 ~

* I'm 23 .. wooohoooo! ~
* Do I Look like one? :P ~
* p.s: nak prasan muda pulaks! LOL.. ^_~


* Thanks for the lovely ring .. <3>



* Thanks for the short video .. <3>
* You are shooo D*mn Fu**ing Sweet ~


B ..,
* You are the BEST! ~
* You put the beautiful in my life ~
* Hearts You, myUmar ~
* ^_^ ~

2 comments:

  1. *umaru dghani* said...
    whoaaahhhhhh
    so sweeetttttttttttttt
    love it~~~~~~~
    shyg kamoooo sgtttttttt(^,~)

    ReplyDelete
  2. heeee..
    shyg kamo jugaks!!!!
    ^_^ ~

    ReplyDelete