Hey

I'm required to look through an array of boolean values, and return True if they are all set to be true, and False if at least one is set to be false.

Essentially, i need to do this:


...