OUTPUT CONSOLE Class Performance Calculator I Please insert number of students: 5 [Enter] Please insert Student 1's mark: 10 (Enter] Please insert Student 2's mark: 100 [Enter] Please insert Student...


language c++


OUTPUT CONSOLE<br>Class Performance Calculator I<br>Please insert number of students: 5 [Enter]<br>Please insert Student 1's mark: 10 (Enter]<br>Please insert Student 2's mark: 100 [Enter]<br>Please insert Student 3' s mark: 0 [Enter]<br>Please insert Student 4's mark: 70 [Enter]<br>Please insert Student 5's mark: 70 [Enter]<br>The class performance is as follows:<br>1)<br>The highest mark is 100.<br>2)<br>The lowest mark is 0.<br>Figure Ql(c): C++ program output console<br>(1) Identify whether the program in Figure Q1(c) is a counter-controlled repetition or<br>sentinel-controlled repetition.<br>(ii) Write the complete program to produce output as the shown in Figure Ql(c).<br>Note: The words in bold is the input/testing case given by user. Used for-loop for<br>repetition and one-way if selection in your algorithm.<br>

Extracted text: OUTPUT CONSOLE Class Performance Calculator I Please insert number of students: 5 [Enter] Please insert Student 1's mark: 10 (Enter] Please insert Student 2's mark: 100 [Enter] Please insert Student 3' s mark: 0 [Enter] Please insert Student 4's mark: 70 [Enter] Please insert Student 5's mark: 70 [Enter] The class performance is as follows: 1) The highest mark is 100. 2) The lowest mark is 0. Figure Ql(c): C++ program output console (1) Identify whether the program in Figure Q1(c) is a counter-controlled repetition or sentinel-controlled repetition. (ii) Write the complete program to produce output as the shown in Figure Ql(c). Note: The words in bold is the input/testing case given by user. Used for-loop for repetition and one-way if selection in your algorithm.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here