View Single Post
Old 06-04-2013, 08:48 PM   #2
He whose name shall not be spoken999
Banned
 
Join Date: Jun 2013
Posts: 44




Rep Power: 0
He whose name shall not be spoken999 is on a distinguished road
Default

Quote:
Originally Posted by God Of War View Post
here dia put this in your compiler and run it

#include <iostream>
#include<string>
using namespace std;

;

int main()
{

string str1;

cout<<"whats dia's favorite past time\n";
cin>>str1;

if(str1=="dicksucking")
{
cout<<"he's a knuck\n";
}
else
{
cout<<"he's still a knuck\n";
}









}
welcome to programming class, day 1
He whose name shall not be spoken999 is offline   Reply With Quote