How Many Bigger
[email protected] // 1.0 // type-checkable
Write a function called how_many_bigger
that takes two parameters: a list of numbers and an individual number.
It returns how many numbers in the list are strictly larger than the individual number.