Question: need in python - - - create a module called fillArray that has two input parameters, one for an integer array and the other for

need in python --- create a module called fillArray that has two input parameters, one for an integer array and the other for array size. The function fills the array with random numbers in the range of 0 through 100.
create main. In main
(a) create an integer array of size 50
(b) fill the array with random numbers using the module fillArray
(c) use a loop to go through the array, and find out the following
the largest number in the array
the smallest number in the array
the sum of all the numbers in the array
(d) show your findings, for example, if the largest number is 99, you should display The largest number in the array is 99.
2
What to Submit
Pseudocode (25%):
use Notepad++ to write your pseudocode, and save it as final_firstname_lastname, txxt
use appropriate keywords such as Declare, Input, Display, and Set, in your pseudocode
format your pseudocode appropriately
add comments to your pseudocode
Flowchart (10%);
create a flowchart from your pseudocode, and save it as final_firstname_lastname
pay attention to the difference between the textbook and Flogorithm when creating your flowchart
test and debug your flowchart. If you see errors, you need to check and modify both your pseudocode and flowchart to get rid of the errors.
it is very important that you concentrate on writing pseudocode, which is critical way to learn programming. However, there is no compiler to check the errors in oseudocode, and creating a
need in python - - - create a module called

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 Programming Questions!