James Gosling’s Java

36. What is the index of the last position in an array that contains 10 items? 37. Which instruction is used to initialize these three elements of array key to 2, 4, & 6? 38. Which instruction may used to step through each element of an array? 39. Given an int array of 4 items, named score, that contains: 40, 30, 20, 10. ................
................