write a program to declare a square matrix a[][] of order m x m where 'm' is the number of rows and the number of columns, such that m must be greater than 2 and less tham 10

0

Write a program to declare a square matrix A[][] of order M x M where 'M' is the number of rows and the number of columns, such that M must be greater than 2 and less tham 10.

By Beginner Ark Fen at Nov 05 2020


Related code examples


Code examples by languages