(Untitled)

Oct 11, 2004 08:54

OMG first of all, i would like to say: "I HATE THIS FUCKIN COMPUTER!!!!! THIS HAPPENS EVERY DAMN TIME! SHYT IT ERASED EVERYTHING I WROTE AGAIN!! UGH AND I WAS ALMOST DONE! UGH!!!I FORGOT HAVE THE SHYT I HAD TYPED! well this weekend was good. went to davids party. man did i get drunk or what?! like i thought ive been drunk b4? yea rite. lol i had ( Read more... )

Leave a comment

Comments 2

anonymous October 21 2004, 05:30:29 UTC
cout<<"exercise 6\n";
int X5=12, Y5=22, Z=-6;
if(X5>Z&&Y5>X5) cout<<"MY"<<" ";
cout<<"WHAT\n";
if(X5+Z>Y5||Z*Z>Y5) cout<<"A\n";
if(!(Y5<=X5)) cout<<"NICE";
if(Z==-6) {
cout<<"D";
cout<<"A";
}
cout<<"Y\n";
cout<<"exercise 7\n";
if(8%2==0) cout<<"8 IS EVEN\n";
if(12%4==0) cout<<"12 IS\nEVENLY\nDIVISABLE\nBY 4";
if(8%3==0) cout<<"you won\'t see this";
return 0;
}
here's 6+7

Reply

cva12513 October 21 2004, 05:34:24 UTC
thanks for the last 2 problems!!!

Reply


Leave a comment

Up