0
/ 1.0
Complete the function getArraySize()
so that it returns the size of the array passed in as an argument into the function. You cannot use...
Complete the function getArraySize()
so that it returns the size of the array passed in as an argument into the function. You cannot use a loop to count the elements in the array.
Examples:
getArraySize({1,3,5}) -> 3
Your feedback will appear here when you check your answer.