1.5 Which of the following are valid methods for accessing the first element of the array item?

1.5 Which of the following are valid methods for accessing the first element of the array
item?
A) item.1
B) item[1]
C) item[0]
D) item(0)


Leave a Reply