Search results

  1. M

    Question 22 (e) Was Faulty

    I punched a baby.
  2. M

    Question 22 (e) Was Faulty

    Yea I got it now. I wasn't acknowledging the NOT in front of the null, despite the fact that I actually wrote it multiple times.
  3. M

    Question 22 (e) Was Faulty

    Edit: Actually, I see what the problem is ... for some reason I read it as "IS NULL" even though I wrote it as "IS NOT NULL" ... good thing I fudged the answer on the exam and gave them what they wanted to hear. :P
  4. M

    Question 22 (e) Was Faulty

    Did anyone else notice this? The algorithm was faulty. Once you enter the first while loop it was impossible to escape. I'll try and reconstruct the algorithm from memory to show you. FOR Runner = 1 TO 8 RandomLane = random number from 1 to 8 inclusive WHILE RunnerName(RandomLane) IS...
Top