Question: Write a program in C++ which makes use of double type array to read subject marks of student class (created in previous labs) and display

Write a program in C++ which makes use of double type array to read subject marks of student class (created in previous labs) and display entered marks, their total and average on screen. - Create an array of type double with 5 elements; initialize all elements with value 0. - Make use of for loop to read values from user and fill array elements - Display all elements data on screen using loop

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!