Programmers use the pseudocode as a guide when coding the algorithm, which is the
____ step in the problem-solving process.
To access a member of a structure variable in an array, you use the syntax ____.
a. memberVariableName.arrayName(subscript)
b. arrayName(subscript).memberVariableName
c. arrayName.memberVariableName(subscript)
d. memberVariableName(subscript).arrayName