7. Right choice for declaring multi-dimensional array
W
A: <type> <array-name>=new <type> [rows][columns)
B: type array-name>=<array-name-[index number]
C: <array-name>=new <type> [<rows> <columns=]
D: type <array-name>=new <type> (<rows> <columns=]
Answers
Answered by
0
Answer:
I have not yet learnt this type of question
Similar questions