Kotlinlearncs.online LogoJava
Return to List

Homework: Array Count Equal (One Dimensional)

Created By: Geoffrey Challen
/ Version: 2020.9.1

Declare and implement a function called arrayCount. arrayCount takes two arguments: an array of ints, and a single int value. It returns a count (as an int) of the number of times that the passed int argument appears in the array.

Related Lessons

Stuck? You may find these lessons helpful: