Question: Instructions: * * * DO IT USING VECTORS IN CLASSES, WITH THE HEATER, IMPLEMENTATION AND APPLICATION * * * 1 . 1 . Create an
Instructions:
DO IT USING VECTORS IN CLASSES, WITH THE HEATER, IMPLEMENTATION AND APPLICATION
Create an application that calculates the grades of a group of students. The program must follow these specifications:
You need to declare vectors: onedimensional String vector to contain the name of the students and the second a twodimensional double vector to hold the grades of the students.
The program must allow the user to enter students with grades
The program must print names and grades.
The program must use decimal formal in the output.
The program must calculate the average grade per student and print it at the end of each row.
Desirable output:
Extra Creditpoints:
Add a heading line before you print both arrays. This heading is only a decoration userfriendly heading line. Don't forget to use backslash t to tabulate.
DO IT USING VECTORS IN CLASSES, WITH THE HEATER, IMPLEMENTATION AND APPLICATION
Desirable output:
Instructions:
Create an application that calculates the grades of a group of students. The
program must follow these specifications:
You need to declare vectors: onedimensional String vector to contain
the name of the students and the second a twodimensional double vector
to hold the grades of the students.
The program must allow the user to enter students with grades.
The program must print names and grades.
The program must use decimal formal in the output.
The program must calculate the average grade per student and print it at
the end of each row.
Desirable output:
Extra Credit points:
Add a heading line before you print both arrays. This heading is only a
decoration userfriendly heading line. Don't forget to use t to tabulate.
Desirable output:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
