JavaScript Debuggers
Programming code might contain syntax errors, or logical errors.
Many of these errors are difficult to diagnose.
Often, when programming code contains errors, nothing w
TestAverage.java
Write a program that asks the user to enter three test scores. The program should display each test score, as well as the average of the scores.