If you create a structure named Dalmatian that has a public integer field named numSpots, and you create an array of 101 Dalmatians named litter, then you can display the number of spots belonging to the first Dalmatian with the statement ___________.
a. cout << Dalmatian[0].numSpots;
b. cout << litter[0].numSpots;
c. cout << Dalmatian.numSpots[0];
d. cout << litter.numSpots[0];
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.