Page 1 of 1

Write C++ program that allows the user to do the following: a- Enter 53 students marks, the marks should be between 30 a

Posted: Fri May 20, 2022 12:43 pm
by answerhappygod
Write C Program That Allows The User To Do The Following A Enter 53 Students Marks The Marks Should Be Between 30 A 1
Write C Program That Allows The User To Do The Following A Enter 53 Students Marks The Marks Should Be Between 30 A 1 (108.95 KiB) Viewed 34 times
The subject is C++
Write C++ program that allows the user to do the following: a- Enter 53 students marks, the marks should be between 30 and 100, if mark is not in the range let the user input a new one b- find the average of students marks c- if one mark is less than 60, the program should print "Warning: This student fails" d- if the average of students is less than 70, the program should print "poor results". Otherwise, the program should print "good results" Use only while loop and if condition