Write a Java application that stores student grades. Each student maps to a list of their quiz scores. Your program should:
Example output:
Roster:
1. Carol: 91.3
2. Alice: 88.5
3. Bob: 74.0
Write a Java application that tracks daily high and low temperatures (7 days max). Your program should:
Write a Java application to store a phone book (name → phone number). Your program should:
Write a Java application that groups a list of words into anagram families. Your program should:
Example output:
Enter a valid word: eat
Is "aet" a valid word [Y]es or [N]o? N
Is "ate" a valid word [Y]es or [N]o? Y
Is "eta" a valid word [Y]es or [N]o? N
Is "tae" a valid word [Y]es or [N]o? N
Is "tea" a valid word [Y]es or [N]o? Y
[eat, tea, ate]
[race, care, acre]
Go to canvas, on the menu on the left you will see a “Student Rating of Teaching” option.
Please complete the survey: it’s anonymous, I don’t get the results until summer break, results are used for improving my teaching (and providing feedback to my boss)