Is there a possible way to find the mode from the fold?
Code
var numbers = listOf(9,3,7,6,6,6,11,11,6,3)
var answer = numbers.fold().