Use a do-while statement, write a program that continuously requests a grade to be entered. If the grade is less that 0 or greater than 100, your program should print an appropriate message informing the user that an invalid grade has been entered, the program should exit the repetition loop and compute and display the average of the valid grades entered.
im still a student and i cant get the code out of this
Sample output 1:
Enter grade :85
Enter Grade:90
Enter grade:0
Invalid Grade:
Average Grade: 87.5
Sample Output 2:
Enter grade:90
Enter Grade:90
Enter grade:80
Enter Grade:75
Enter Grade:102
Invalid grade:
Average Grade:87.4???? help me with this???