161k views
3 votes
Now we want to keep a list of grades for each student, using the following data structure: map> studentscores.

A) True
B) False
C) Sometimes
D) Depends on programming language

User Schmittsfn
by
8.2k points

1 Answer

3 votes

Final answer:

The answer is True. Keeping a list of grades for each student using the data structure map> called studentscores is true.

Step-by-step explanation:

The answer to the question is A) True. Keeping a list of grades for each student using the data structure map<string, vector<int>> called studentscores is a true statement.

User Alfie Hanssen
by
8.6k points