Question: Calculate Average Scores (filename: averagescores.html) Write JavaScrip t code that first asks the user for the number of students and the number of scores per
Calculate Average Scores (filename: averagescores.html)
Write JavaScript code that first asks the user for the number of students and the number of scores per student through two separate prompt boxes.
Then use a nested loop to ask the user to enter the scores for each student and calculate and display the average (keep two decimals) for each student through alert message boxes.
MUST USE A NESTED LOOP.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
