I want to form a m x n matrix by giving some numbers as input in c#

Posted by vj4u on Stack Overflow See other posts from Stack Overflow or by vj4u
Published on 2010-05-22T05:01:35Z Indexed on 2010/05/22 5:10 UTC
Read the original article Hit count: 116

Filed under:

HI,

suppose i have given input numbers like this 1,2,3,4,5,6,7,8,9,0

i should form it as 3 x 3 matrix but my input has 10 elements how to form a matrix for such input in c#

© Stack Overflow or respective owner

Related posts about c#