Magic Squares
A Java program that will allow the user to enter the row and column where they want to place a number and the value of the number in the range 1 to 9.
The program should check the sum of each individual row, column and diagonal matches 15.
If the sum of each individual row, column and diagonal matches 15 then the user has created a magic square.