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 through
create main. In main
a create an integer array of size
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 you should display The largest number in the array is
What to Submit
Pseudocode :
use Notepad to write your pseudocode, and save it as finalfirstnamelastname, txxt
use appropriate keywords such as Declare, Input, Display, and Set, in your pseudocode
format your pseudocode appropriately
add comments to your pseudocode
Flowchart ;
create a flowchart from your pseudocode, and save it as finalfirstnamelastname
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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
