Each structure variable in the items array contains two members: a String variable named number and an Integer variable named quantity. Which of the following assigns the inventory number “123XY” to the first element in the array?
a. iterns.number(0) = “123XY”
b. items.number(1) = “123XY”
c. items(0).number = “123XY”
d. items(1).number = “123XY”
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.