ITT pro tips to make your code better. For example, instead of something like:
a = b + c;
return a;
you'd use:
return b + c;
etc.
Name:
Anonymous2006-11-15 8:25
Spaghetti code!
Reminds me of a final project I did in HS back when they taught QBasic... and I wrote an airline seat reservation program.
12 pages printed out, got an A on it because it works.... even though the comment on the returned printout said that the grader had no idea how it worked :D
Name:
Anonymous2006-11-15 8:25
Spaghetti code!
Reminds me of a final project I did in HS back when they taught QBasic... and I wrote an airline seat reservation program.
12 pages printed out, got an A on it because it works.... even though the comment on the returned printout said that the grader had no idea how it worked :D
Name:
Anonymous2006-11-15 8:25
Spaghetti code!
Reminds me of a final project I did in HS back when they taught QBasic... and I wrote an airline seat reservation program.
12 pages printed out, got an A on it because it works.... even though the comment on the returned printout said that the grader had no idea how it worked :D
Name:
Anonymous2006-11-15 8:25
Spaghetti code!
Reminds me of a final project I did in HS back when they taught QBasic... and I wrote an airline seat reservation program.
12 pages printed out, got an A on it because it works.... even though the comment on the returned printout said that the grader had no idea how it worked :D