Kotlinlearncs.online LogoJava
Return to List

Solve: Array Count Greater Than 1D

Created By: Geoffrey Challen
/ Version: 2021.8.0

Write a method named arrayCountGreaterThan. It should accept a non-nullable Int array as its first argument and an Int as its second, and return a count of how many values in the array are strictly greater than the second parameter.

Related Lessons

Stuck? You may find these lessons helpful:

Report a Problem

Attribution must link to this page: https://www.learncs.online/solve/kotlin/array-count-greater-than-1d/[email protected]