Computer Science, asked by elsaanna962, 4 months ago

.Write a script to perform the product of 3 numbers entered by the user.

Answers

Answered by keshav9686
1
  • \huge\red{\mid{\fbox{\tt(answer)}\mid}}
  • Aerenchyma is a spongy tissue that forms spaces or air channels in the leaves, stems and roots of some plants, which allows exchange of gases between the shoot and the root.
Answered by ojasvii29
5

Answer:

Here is your answer -

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.

The second issue that I'm having is with displaying the sum, average, and product. When I try to run this code the page just goes blank - it doesn't work at all. Right now this portion of the code is commented out. Please help if you know what the problem is. I will need all of this information to display in the same alert.

Similar questions