Jakub on the Quotient rule: "Bombs differentiate people. So when a bomb hits a building, the people on the top floor are differentiated first, followed by the people on the second floor. But the air siren's gone off so there are more people in the basement, so you square it."
Jakub on the Universe: "The square root of everything is 42. The square root of the universe is 42...
forgottenlord's IQ is 42!"
Henry asked me what my program choices for next year were. At the time I was helping Marc out with his programming assignment. As a result, this was my answer for Henry:
Hmmm...this CD case is so CranePorn orgasmic [back]. And shiny [front].
Jakub on the Universe: "The square root of everything is 42. The square root of the universe is 42...
Henry asked me what my program choices for next year were. At the time I was helping Marc out with his programming assignment. As a result, this was my answer for Henry:
#include <iostream>
using namespace std;
struct List
{
int n;
string discipline;
string program;
};
const int NUMBEROFCHOICES=8;
int main ()
{
List choices[NUMBEROFCHOICES];
int counter=0;
cout<<"\[kyrasantae\]'s Program Selections\n(Damn I'm good! I can write a program!)" << endl << endl;
for (counter=1; counter<=NUMBEROFCHOICES; counter++)
{
choices[counter-1].n = counter;
if (counter>0 && counter <=4)
choices[counter-1].program = " Co-Op";
else
choices[counter-1].program = " Traditional";
switch(counter)
{
case 1:
case 5: choices[counter-1].discipline = " Materials";
break;
case 2:
case 6: choices[counter-1].discipline = " Mining";
break;
case 3:
case 7: choices[counter-1].discipline = " Electrical";
break;
default:choices[counter-1].discipline = " Chemical";
}
cout << choices[counter-1].n << choices[counter-1].discipline << choices[counter-1].program << endl;
}
return 0;
}Hmmm...this CD case is so CranePorn orgasmic [back]. And shiny [front].
no subject
Date: 2005-04-06 12:48 am (UTC)no subject
Date: 2005-04-07 11:27 am (UTC)no subject
Date: 2005-04-07 11:31 am (UTC)no subject
Date: 2005-07-27 07:49 pm (UTC)