Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ b) A lecturer is required to enter the marks of 150 students and find the average mark and the maximum mark. Using do loop,
C++
b) A lecturer is required to enter the marks of 150 students and find the average mark and the maximum mark. Using do loop, develop a C++ program that will ask the lecturer to enter the student's marks, and displays the output as follows: Marking scheme Mark 2 Welcome to SU 2 Part Documentation Compiler directives Comments Input Output Variable Dedaration Formulae Total= Please enter the mark for student 1.** 1 Please enter the mark for student 2-** 4 2 20 : Please enter the mark for student 100-** The average mark is: ** The maximum mark is: **Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started