Question: forint 0:1) LAB EXERCISE: 1. Create a new project with the name Lab1_Arrays. Inside this project, create a file with the name ArrayExercises. II. In
forint 0:1) LAB EXERCISE: 1. Create a new project with the name Lab1_Arrays. Inside this project, create a file with the name ArrayExercises. II. In ArrayExercises file create the following methods: 1) fillArray_1D(array, size) method, to initialize the ID array with random values (between 0 and 99) void fill Array Dint array], int size) amayil -rand) 100% 2) fillArray_2D(array,size) method, to initialize the 2-D array with random values (between 0 and 99). For the sake of simplicity, assume the 2D array size is always (3][3]. void fill Array_2D(int array[3][3] for(int i = 0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
