Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.04 KB

File metadata and controls

19 lines (13 loc) · 1.04 KB

Structured-Programming-CSE105-

First Project of My University Life

Problem Statement

A magic square is an n x n matrix in which every row, column and diagonal add up to the same number. Even wonder how to construct a magic square? A silly way to make one is to put the same number is every entry of the matrix.

In this project, our task is make a magic square program using C language.

Slide1 Slide2 Slide3 Slide4 Slide5 Slide6