Write a program to enter numbers in a 2-D array with n rows and m columns and print it in a matrix format.
Answers
Answered by
0
Answer:
A matrix is the rectangular array of numbers. Write a program to input and display a matrix of size m x n, where m is the number of rows and n is the number of columns of the matrix. C Progam to Print Matrix Toggle
Similar questions