Completely Lost!! Any Help would be greatlyappreciated!!
- Open the Course Info Solution.sln file contained in theCourse Info Solution-GPA folder. Unlock the controls on the form.Then, add two labels to the form. Position both between thelblTotal and btnCalc controls. Change one of the new label’s Textproperty to GPA:. Change the other new label’s name to lblGpa. Lockthe controls.
- Open the Code Editor window. In addition to displayingthe total number of hours completed, the btnCalc_Click procedureshould also display the student’s GPA. Grades of A, B, C, D, and Fare worth 4 points, 3 points, 2 points, 1 point, and no points,respectively. Display the GPA
OROR