Hello!
I'm trying to make a simple array that will increase its column size dynamicly and it will have 3 rows.
On the 1st row i want the user to enter a name(aka char type)
and on the other two rows i want the user to enter some float values which refer to the name of the 1st row.
the result i want to be like this
Jack Tom Helen ..... Jenny
1.3 3 523.2 ..... 23.1
2.5 144.3 10000 ..... 12.1
any suggestions?
Thank you in advance.