Question: b)3 points Create a MxN array of random numbers. Move through the array, element by element, and print any value less than 0.2 or greater

b)3 points Create a MxN array of random numbers. Move through the array, element by element, and print any value less than 0.2 or greater than 0.9. You'll want to use a For loop since you will know the number of rows and columns in the array (possibly nested). For the array size you can have the user input this or have it hard-coded. You'll use the rand command and you'll need to display the results. You would use something like this if you were working on a failure modeling program for a mechanical part or other uses
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
