1 Task
- Create a 2D integer array at size 1010
- Fill this array with randomly generated numbers between 20 and 99
- Print it to console in row-wise format
- Add the sum of each column to a 1D array[1]
- Print the 1D array
[1] Each element in 1D array will hold the sum of all the elements in corresponding column in 2D array.

![[Solved] CSE107 Lab8-2D integer array at size 1010](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] CSE107 Lab4-Complete task using VizMachine](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.