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.


0 comments