Question 3
The following pseudocode is executed using the "Scores" dataset.
At the end of execution, what does Dict represent?
A dictionary where each city maps to the lowest total marks scored and the corresponding student's name.
A dictionary where each city maps to the highest total marks scored and the corresponding student's name.
A dictionary where each city maps to the lowest total marks recorded in that city.
None of these