[Solved]Java Write Program Teacher Use Average Student Test Scores Store Scores 2 D Array Note Tea Q37281742
in Java:
Write a program that a teacher can use to average student testscores. Store all scores in a 2-D array, but note, the teacher mayhave a different number of tests for any particular student. Thismeans that this array is a ragged array.
Ask the teacher how many students they have scores for. Then foreach student, ask the teacher how many tests they have for thatstudent. Then have the teacher enter those scores.
When all data has been entered, output the average test scorefor each student. Make the output well formatted.
Expert Answer
Answer to in Java: Write a program that a teacher can use to average student test scores. Store all scores in a 2-D array, but not… . . .
OR

