I have to creat a bubble sort program for homework in my programming 1 class. My requirements are to write a program that allows the user to enter in the number of students, the students name, and the students test score. The output will be the students name and matching score in decreasing order. It says I must use an array, a method, and a bubble sort. I will attach the code that I have written. I keep getting two errors; one being a ']' expected and the other being an illegal start of expression error. I have tried changing tons of stuff within the code but I am too inexperienced to come up with the solution. Can someone please help me? Attached is the code I have written and what cmd is giving me when I try to compile the code.