Magic Square A magic square is a grid of numbers where each row, column, and diagonal all add up to the same number. Write a program that reads in a file containing a comma-separated grid of numbers (like in the sum row problem) and displays whether the numbers represent a magic square Test Case 1 Test Case 2 est Case3 Test Case 4 Console Enter a file name 2 magic_square.txt 3 That
OR
OR