Schlaukopf
.ai
Consider the following array: int[] arr = {1, 3, 5, 7, 9}; What is the output of arr.length?
9
5
4
Error
Computer Science Exercises are loading ...