I am making a two dimensional array (soccer matrix)I have already made my arrays, datacolumn and rows.
How do i make my matrix like this below?
and get the right input everywhere
2010-2011 England Germany Holland Spain Germany Russia Japan
England x
Germany x
Holland x
Spain x
Germany x
Russia x
Japan x
This all will be made into a console application.
Best regards,
1 Answer