I need some help friends
EXERCISE 01 : In mathematics, a magic square of order n is composed of n integers strictly positive, written in the form of a square table. These numbers are arranged so that their sums on each line, on each column and on each main diagonal are equal. We then call constant magic (and sometimes density) the value of these sums (n * (n1) / 2). A normal magic square is a special case of a magic square, made up of all the integers of lan, where n is the order of the square. Example of a magic square of order (look the picture in sheet https://www.sololearn.com/post/14772/?ref=app ) An example of a monstrous name of order 3 and a tragic object 15 An example of a normal magic square of order 3 and of magic constant 15 Sum of the terms of a row sum of the terms of a column sum of the terms of a main diagonal 3 (3) 15. Write a program in C language to build magical squares of order n