Computer Science c++

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter6: Using Arrays
Section: Chapter Questions
Problem 13RQ
icon
Related questions
Question

Computer Science

c++

Suppose you have the following table of data:
Student
1
Student
2
Student
3
Student
4
1.
Lab Project Exam
1a 1
1
10 9
8 7
90
75
8 8 80
10 10 100
Write code that declares and initializes a 2D array that holds the
numerical data of this table. You can use enums if you like, but you do
not need to. Name the array studentGrades.
Transcribed Image Text:Suppose you have the following table of data: Student 1 Student 2 Student 3 Student 4 1. Lab Project Exam 1a 1 1 10 9 8 7 90 75 8 8 80 10 10 100 Write code that declares and initializes a 2D array that holds the numerical data of this table. You can use enums if you like, but you do not need to. Name the array studentGrades.
Use a nested for loop to print the contents of this 2D array in a
"readable" format that includes row and column header information.
Sample output is shown in the screenshot below:
Lab la Proj. 1 Exam 1
Student 1
Student 2
Student 3
Student 4 10
3.
+10000
Submit the cpp file.
10
8
8
9
7
8
10
You might use the setw(idth) function that we discussed in chapter 3 to
space your outputs. Alternatively, you can manually use tabs and spaces.
90
75
80
100
Transcribed Image Text:Use a nested for loop to print the contents of this 2D array in a "readable" format that includes row and column header information. Sample output is shown in the screenshot below: Lab la Proj. 1 Exam 1 Student 1 Student 2 Student 3 Student 4 10 3. +10000 Submit the cpp file. 10 8 8 9 7 8 10 You might use the setw(idth) function that we discussed in chapter 3 to space your outputs. Alternatively, you can manually use tabs and spaces. 90 75 80 100
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT