6976
Achievements / Re: 80 Summoning
« on: October 28, 2012, 06:54:41 pm »
grats, you are my level now!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


THERE'S CLEARLY A UK FLAG NEXT TO HIS PROFILE NAME!!!!Got enough to moan about with my own shitty government let alone reading in on the US debate, how are these people in charge of anything...What country are you from?

yep!/*public static void main (String[] args)Taking Java too?
{
SortedLinkedList<String> list = new SortedLinkedList<String>();
list.add("Sally");
list.add("Bobby");
list.add("Zebra");
list.add("Andy");
System.out.println(list.get(0));
System.out.println(list.get(1));
System.out.println(list.get(2));
System.out.println(list.get(3));
System.out.println("Done 1.\n");
list.addFirst("Hitler");
for (int i=0; i<list.size(); i++)
{
System.out.println(list.get(i));
}
System.out.println("Done 2.\n");
list.addLast("Abby");
for (int i=0; i<list.size(); i++)
{
System.out.println(list.get(i));
}
System.out.println("Done 3.\n");
}*/
[nothing]

I live hereI have reserved my best smiley for this topic:HOW DO YOU REPLY SO QUICKLY?!

"Lance passed the tests he was required to pass and won the titles per the rules."
Come into IRC for an interview, then we can accept you.