Computer Science, asked by abdulrahmanaltameme, 9 months ago


An array is a collection of variables of the same type that are referred to through a common name. A specific element in an array is accessed by an index. Which of the following statement to access the fifth element of an array?
A)
Array[3]

B)
Array[5]

C)
Array[4]

D)
Array[2]

E)
Array[1]

Answers

Answered by a1097
1

Answer:

Array ( 1 )

Explanation:

Similar questions