Assignment 1:
Magic Squares –
Using the test class in the share folder, create a program that will test to see if a given array of integers is a magic square – ie – that it is an n x n array where the sum of each row and each column are all the same.