parseFloat() Lab



Write a script that prompts the user to enter 5 numbers. Compute the average and output the results as follows:
You entered the numbers: 1,2,3,4,5
The average is: 3
You can use only one document.write() for the output.