logo

Project02: Random Matrix Generation

   

Added on  2019-09-22

7 Pages314 Words84 Views
 | 
 | 
 | 
CSC 212Programming200 points Project 2Develop a menu-based GUI program to generate a matrix of 15 X 15 of integersbetween 10 and 99 using the random number generator in the Math class. Use thefollowing formula:(int) ( 10 + 90*Math.random())Display the original matrix in a grid around the matrix.
Project02: Random Matrix Generation_1

Calculate and display:Sum of each row and columnMinimum of each row and columnMaximum of each row and column Average of each row and columnAlongside of the matrix
Project02: Random Matrix Generation_2

Project02: Random Matrix Generation_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents