in c language EXERCISES 5.7 1. (Practice) a. Using a do statement, write a program to accept a grade. The program should
Posted: Wed Mar 30, 2022 9:18 am
statement, write a program to accept a grade. The program should request a grade continuously as long as an invalid grade is entered. An invalid grade is any grade less than 0 or greater than 100. After a valid grade has been entered, your program should display the value of the grade entered.
in c language EXERCISES 5.7 1. (Practice) a. Using a do