Answered You can hire a professional tutor to get the answer.
I'm looking for some javascript assistance for program that reads integers from the user until the user enters -1.
I'm looking for some javascript assistance for program that reads integers from the user until the user enters -1. After each valid number entered by the user, the application should calculate and display the sum and average of all numbers entered to this point.