ArrayMajority

Detects whether any element in an array comprises 50% or more of the array

Example: 6, 1, 6, 2, 6, 3, 6, 5, 4, 4, 6, 2, 2, 6, 6 -- Majority Value = 6.