Kotlinlearncs.online LogoJava
Return to List

Homework: Array Is Sorted

Created By: Geoffrey Challen
/ Version: 2020.9.0

Declare and implement a function called arrayIsSorted that accepts a single array of int values and returns whether the array is sorted in ascending order. If the array is null, you should return false.

Related Lessons

Stuck? You may find these lessons helpful: