i have a list of number which are like a sequence. i should convert this numbers to a matrix and show the matrix but i don't know how do it, could you please help me?
(ps.end of each number is zero)
Printable View
i have a list of number which are like a sequence. i should convert this numbers to a matrix and show the matrix but i don't know how do it, could you please help me?
(ps.end of each number is zero)
haha, great!Quote:
(ps.end of each number is zero)
maybe you mean you want to put the numbers in an array? or maybe i am missing a point here...
if the numbers are small enough use an int array[number of values]
i assume they are not floating point numbers because ending on 0 is not really relevant then.