Write a script to perform the product of 3 numbers entered by the user. using parseint in script tag
Answers
Answered by
4
Explanation:
The first issue that I'm having is with displaying the smallest and largest of the three numbers. Two separate alerts are appearing - the first alert says that the second-largest number is the largest (because it hasn't yet taken the third number into consideration), and the second alert correctly states that the largest number of the three is the largest. Not sure why this is happening - I just need one alert.
Similar questions