Question: Please create a Python program that will ask the user for 5 positive integer values within a range of 1 and 50 and 3 negative
Please create a Python program that will ask the user for 5 positive integer values within a range of\ 1 and 50 and 3 negative values between -1 and -25. Create an array for both ranges.\ a. Provide error checking so that the user only inputs within the given bounds for each array.\ b. Print the ascending and descending results from each array.\ c. Display the average of each array back to the user.\ d. Remove the upper value from the positive array of numbers and the lowest number from\ the negative array.\ e. Merge both positive and negative arrays into one array and print the resulting ascending\ and descending array.\ f. Display the average of the merged array back to the use\
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
