Skip to content

JAVA implementation of a class that performs sum operations on a matrix.

Notifications You must be signed in to change notification settings

AParise1217/MatrixSum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MatrixSum

JAVA implementation of a class that performs sum operations on a matrix.

@author Andrew Parise andrew_parise@students.ocean.edu @version 1.0 @since 2016-01-25

Assignment 1.2

Description: Write a Java program to create a 4-by-4 matrix with the following values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, and 16. Your program must read from the matrix and display the sum of the elements in the matrix. The program must then display the sum of each row, each column, and the diagonal elements of the matrix.

About

JAVA implementation of a class that performs sum operations on a matrix.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages