Sort Student Grades Dynamically

# Introduction In this challenge, you will create a Go program that manages student grades using a map and implement sorting of the grades in ascending order using the `sort.Slice()` function. The program should display the sorted student names and grades.

|
60 : 00

Click the virtual machine below to start practicing