Quote:
Originally Posted by God Of War
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