COMPUTER PROGRAMMING
Write a C program (with meaningful comments) to solve a problem described in English. Create an IPO. We want to count how many passing grades are entered. We don’t know how many grades there will be. Use a sentinel controlled while loop that will ask the user to enter student grades until a value of -1 is entered. Use a counter variable to count all […]