Skip to content

ashiqurrahmananik/Structured-Programming-CSE105-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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