write a java program that contains 2 arrays, one for 10 students names and the other for their grades  they must be all entered by the user -the names array will be a 1d array (single array) -the grades array will be a 2d array and it will have 3 rows and 10 columns, the first one is will represent the first exam, the second will represent the second exam, and the third one will represent the final exam finally, you will do a loop that will calculate the sum of all exams for each student

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.3: Declaring And Processing Two-dimensional Arrays
Problem 7E: (Electrical eng.) a. An engineer has constructed a two-dimensional array of real numbers with three...
icon
Related questions
Question

(in java)

(with a screenshot of the code please)

write a java program that contains 2 arrays, one for 10 students names and the other for their grades 

they must be all entered by the user

-the names array will be a 1d array (single array)

-the grades array will be a 2d array and it will have 3 rows and 10 columns, the first one is will represent the first exam, the second will represent the second exam, and the third one will represent the final exam

finally, you will do a loop that will calculate the sum of all exams for each student

 

 

 

 

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Arrays
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr