Question: Create a 6 by 8 array of random integer numbers ranged from -35 to 70, Find how many -ve numbers in the array? - Multiply


Create a 6 by 8 array of random integer numbers ranged from -35 to 70,


Find how many -ve numbers in the array?


- Multiply the array by -5


- Find the location of maximum and the minimum number in the array


List the contents of the array


Problem # 2


- Create a structure that consist of four fields, {array, max, min, sum}


File in these fields with :


o Array should contain a 3 by 5 random numbers that are greater than or equal 30.


o Max: contains the index and the value for the maximum number in the array


o Min: contains the index and the value for the maximum number in the array


o Sum: the summation of the items insiProblem#1: Create a 6 by 8 array of random integer numbers rangedde the array

Problem#1: Create a 6 by 8 array of random integer numbers ranged from -35 to 70, - Find how many -ve numbers in the array? - Multiply the array by -5 Find the location of maximum and the minimum number in the array List the contents of the array Problem # 2 - Create a structure that consist of four fields, {array, max, min, sum} - File in these fields with : o Array should contain a 3 by 5 random numbers that are greater than or equal 30. o Max: contains the index and the value for the maximum number in the array o Min: contains the index and the value for the maximum number in the array o Sum: the summation of the items inside the array

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Problem 1 MATHLAB CODE arr randi357068 count0 for i 16 for j18 if arrij ... View full answer

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!