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
Get step-by-step solutions from verified subject matter experts
