Jake The Beercaan
jake marriott
Hello, im michael kane, and im out of conditioner!
Hello, im michael kane, and im out of conditioner!
現在オフラインです。
"The Sauce" 5月29日 13時13分 
Hey pal, been a long time. 13 years nearly....are you still alive?
"The Sauce" 2012年9月21日 7時47分 
The GW2 realm is Ring Of Fire
Jake The Beercaan 2012年9月10日 12時18分 
Got a new laptop!! Time to rot on GW2 me thinks!!
"The Sauce" 2011年7月4日 18時11分 
Garrys mod is £1.50
"The Sauce" 2011年3月17日 17時18分 
Ever wondered what your name would be like if you First name came last and your last name first? Well now you can with this simple code.

#include <iostream.h>
#include <iomanip.h>
#include <conio.h>
#include "windows.h"

void main( )
{
char firstName[12];
char surName[12];

cout << "What is your First Name?";
cin >> firstName;
cout << "What is your Surname?";
cin >> surName;
cout << surName ;
cout <<" " ;
cout << firstName ;
cout << " " ;
return;