Question: Short Questions: 1. Declare a two dimensional array called Matrix, that has 5 rows and 10 columns. (15 pts) The elements of the array are
Short Questions: 1. Declare a two dimensional array called Matrix, that has 5 rows and 10 columns. (15 pts) The elements of the array are all floating point numbers. Store any five flower names in an array called Flower (select flowers of your choice) 2. 3. Declare a function called Change that takes two inputs x, y (both float) and produces two outputs A and B(both integers) 4. Related to problem 1, store the following two values in the 2D array Matrix in positions as described below: (need to do individually) a) 56 in 4th row and 7 the column b) 19 in 1Ss row and 9th column 5. Declare a function F that takes an integer array A and its size N as input and function returns the average value of all the elements. Short Questions: 1. Declare a two dimensional array called Matrix, that has 5 rows and 10 columns. (15 pts) The elements of the array are all floating point numbers. Store any five flower names in an array called Flower (select flowers of your choice) 2. 3. Declare a function called Change that takes two inputs x, y (both float) and produces two outputs A and B(both integers) 4. Related to problem 1, store the following two values in the 2D array Matrix in positions as described below: (need to do individually) a) 56 in 4th row and 7 the column b) 19 in 1Ss row and 9th column 5. Declare a function F that takes an integer array A and its size N as input and function returns the average value of all the elements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
