CS 122 - Computer Science II
Assignment 4
Two Dimensional Arrays

Write a program that will fill a 10 by 10 two dimensional array with random values between 1 and 99. Print the array as a matrix with the sum of all the values in each row at the end of the row and the sum of each column at the bottom of each column. Also, print the average of all the values in the array at the bottom of the screen.