Question: Get the following output using the appropriate string function. [ point 5 ] . Ask total of 5 numbers from the user and store them

Get the following output using the appropriate string function. [point 5].
Ask total of 5 numbers from the user and store them in the array. ( Single Dimensional )
Find the highest and lowest number from the array. (you dont find by yourself, write python code to find lowest and height value)
Print height and the lowest number
Delete the highest and lowest number using a loop.
(Dont specify the element position by yourself. Use a loop to find out the exact location of the lowest and highest number to delete]
Hint**For example: delete array [3](This is wrong)
Delete array[i](Use loop-This is correct)
Print length of the final array. (it should be 3)
For example:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!