Write a static method any() that takes a boolean array as its argument and returns true if

Question:

Write a static method any() that takes a boolean array as its argument and returns true if any of the elements in the array is true, and false otherwise.
Write a static method all() that takes an array of boolean values as its argument and returns true if all of the elements in the array are true, and false otherwise.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: