#include <iostream>
using namespace std;
main(int argc, char *argv[])
{
int choice;
cout << "WELCOME CRIMINALS\n\n";
cout << "Are u ready to comit some crimes and make some MULAH\n";
cout << "1. HELL YES\n";
cout << "2. Naw im cool\n";
cout << "Your Choice";
cin >> choice;
if(choice == 1 ) {
cout << "\n\n\n Were do u want to go to to rob \n\n";
cout << "1. Wallmart \n";
cout << "2. Big 5 \n";
cout << "3. Target \n";
}
else {
cout << "\n\n\n FUCKING PUSSY!!";
}
system("PAUSE");
return EXIT_SUCCESS;
}
thatnk you
This post has been edited by macosxnerd101: 14 January 2013 - 10:04 PM
Reason for edit:: Please use code tags

New Topic/Question
Reply



MultiQuote



|