Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
What are vectors?
Vector operations
Indexing and filtering
Summary
30. Exercise 3

Instruction

Correct! Let's go a little bit further.

Exercise

Is there anyone who did not improve their running time between the first practice session and the actual race?

Display a logical vector that stores TRUE if the corresponding employee's running_time_improved is less than or equal 0. This, of course, would suggest it took them more time to run the actual race than their first practice session.

Observe the result — do you see some TRUE values?