hi , I am trying some practice problems and I am stuck
The output should look like this
Enter the number of students
Enter 4 scores :
Student 0 score is 40 and grade is C
Student 1 score is 55 and grade is B
Student 2 score is 40 and grade is A
Student 3 score is 55 and grade is B
This is my code but I cant to get the letter part , What am I doing wrong??