Multiple Choice
Which of the following correctly shows the syntax for storing data in a one-dimensional array?
A) arrayname = value
B) arrayname(subscript) = value
C) arrayname = {value}
D) arrayname(subscript) = {value}
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: Write the statement that assigns the string
Q37: Based on the code below,intScores(2,1)is initialized to
Q38: An advantage of using the For Each…Next
Q39: A two-dimensional array resembles a table in
Q40: Case 1 - Tony’s Pizza & Pasta<br>The
Q42: The following sample of code contains errors.
Q43: Write the statement to declare a five-element
Q44: Two or more arrays whose elements are
Q45: If a one-dimensional array contains five elements,its
Q46: The data in a two-dimensional array are