- :
Check Your Understanding:
  1. 1. Explain the following condition: time1[T1] < 30000
  2. The robot will run until the timer. T1, is equal to 30000 mSecs
    The robot will run until the timer, T1, is greater than 30000 msecs
    The robot will run as long as the timer, T1, is less than 30000 msecs
    The robot will run as long as the timer, T1, is equal to 30000 msecs
  3. 2. In the condition, time1[T2] > 30000,
  4. The robot will run until the timer, T2, is greater than 30000 msecs
    The robot will run until the timer, T2, is greater than 30 seconds
    The robot will run until the timer, time1, is greater than 30000 msecs
    The robot will not run unless the timer, T2, is greater than 30000 msecs when it encounters this condition.