Set value to true if any of a, b, or c is 7 or if their sum is 7. Set value false otherwise.

javascript programming
exercise: conditionals 03