Write failing_checks(checks) that returns the names of every check that violates its threshold: a check with a min fails when its value is below the min; a check with a max fails when its value is above the max.
Write failing_checks(checks) that returns the names of every check that violates its threshold: a check with a min fails when its value is below the min; a check with a max fails when its value is above the max.