This assignment asks students to create a Java program that allows a user to manually enter names and grades into parallel arrays. The program will then sort the data by name or grade and display it in a table. Students must create two files - a Java program file with the required functionality, and a Word file with a screenshot of the output and a one page description of the program. The output should display the sorted names and grades in a table, with the ability to sort by either name or grade using bubble sort.