Tuesday, August 17, 2004
Management concepts for Information Technology
float time=2.0;//as if you needed more!!!
int papers=2;//thank God they didn't ask us to identify which question belonged to which paper
int questions=20;
int marks=15;
float marksperques=((float)marks)/question; //comes to 0.75...of all good things in life!
float pagelength=16.0;//unit is lines with each line containing 10 words on an average
float answerlength=pagelength/2;//good people, these IT wallahs...just stopped me from...:-)
void main(void)//looks like everything is void out here!!!
{
for (int attempt=1;attempt<=questions;attempt++)
{
//Start crap
//End crap
marks=marks - marksperques/2;
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment