Question: Java Final Program: Write a program that keeps a HashMap in which both keys and values are stringsthe names of students and their course grades.
Java Final Program: Write a program that keeps a HashMap in which both keys and values are stringsthe names of students and their course grades. Prompt the user of the program to add or remove students, to modify grades, or to print all grades. With a HashMap all student names must be unique. The printout should be sorted by name and formatted like this: Cara: 90 John: 80 Meredith: 90
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
