Java Program Problem 4: Magic Square Test A magic square of order n is an arrangement of n × n numbers, usually distinct integers, in a square, such that the n numbers in all rows, all columns, and both diagonals sum to the same constant.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question

Java Program

Problem 4: Magic Square Test

A magic square of order n is an arrangement of n × n numbers, usually distinct integers, in a square, such that the n numbers in all rows, all columns, and both diagonals sum to the same constant.

 

See all rows’, columns’ and diagonal’s sum is same. Write a main method where first you need to input n. Then input n*n integers and form a 2D matrix. Print “YES” if the matrix is magic square and print “NO” Otherwise.

Sample input:

3

2 7 6

9 5 1

4 3 8

Problem 4: Magic Square Test
A magic square of order n is an arrangement of n xn numbers, usually distinct integers, in a
square, such that the n numbers in all rows, all columns, and both diagonals sum to the same
constant.
7
►15
9
5
1
-15
3
8
-15
15
15
15
15
15
See all rows', columns' and diagonal's sum is same. Write a main method where first you need
to input n. Then input n*n integers and form a 2D matrix. Print "YES" if the matrix is magic
square and print "NO" Otherwise.
Sample input:
Output:
3
YES
276
4-
Transcribed Image Text:Problem 4: Magic Square Test A magic square of order n is an arrangement of n xn numbers, usually distinct integers, in a square, such that the n numbers in all rows, all columns, and both diagonals sum to the same constant. 7 ►15 9 5 1 -15 3 8 -15 15 15 15 15 15 See all rows', columns' and diagonal's sum is same. Write a main method where first you need to input n. Then input n*n integers and form a 2D matrix. Print "YES" if the matrix is magic square and print "NO" Otherwise. Sample input: Output: 3 YES 276 4-
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning