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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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 32 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply