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 ***
1.1.Create an application that calculates the grades of a group of students. The program must follow these specifications:
-You need to declare 2vectors: 1one-dimensional String vector to contain the name of the students and the second a two-dimensional double vector to hold the grades of the students.
-The program must allow the user to enter 5students with 5grades.
-The program must print names and grades.
-The program must use 2decimal 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(25points):
1.2.Add a heading line before you print both arrays. This heading is only a decoration user-friendly 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:
1.1. Create an application that calculates the grades of a group of students. The
program must follow these specifications:
You need to declare 2 vectors: 1 one-dimensional String vector to contain
the name of the students and the second a two-dimensional double vector
to hold the grades of the students.
The program must allow the user to enter 5 students with 5 grades.
The program must print names and grades.
The program must use 2 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(25 points):
1.2. Add a heading line before you print both arrays. This heading is only a
decoration user-friendly heading line. Don't forget to use \\t to tabulate.
Desirable output:
Instructions: * * * DO IT USING VECTORS IN

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 Programming Questions!