Junior — Senior
Finding the number with the highest frequency in an array
livecode
Task condition
Given an array consisting of 10 integer values (duplicates possible). It is necessary to output the element that occurs most frequently in the array. Implement the solution using Stream API capabilities.