question archive Design a modular solution using pseudocode that will ask the user how many numbers they want to enter
Subject:Computer SciencePrice:3.89 Bought28
Design a modular solution using pseudocode that will ask the user how many numbers they want to enter. Enter the input values into an array named Numbers. After the numbers are entered into the array print the numbers from the array, print the sum of the numbers, and locate and print lowest number. Use the array for all processing.
Ensure that the values entered into the array Numbers are in the range of 0 to 10. If the value is not in the range, print an error message.
It is a complete question please write it in Pseudocode
Purchased 28 times