Question: i need help in this programming C++ lab (please follow the steps in the pictures and the output must be same as the pictures as
i need help in this programming C++ lab (please follow the steps in the pictures and the output must be same as the pictures as well)





![with random values (between 0 and 99) void fillArray_1D(int array[], int size)](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3232503ced_27666f32324a639e.jpg)
1. Create a new project with the name Lab1_Arrays. Inside this project, create a file with the name ArrayExercises. 2. In ArrayExercises file create the following methods: fillArray_1D() method, to initialize the 1D array with random values (between 0 and 99) void fillArray_1D(int array[], int size) { 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
