I want to collect data and represent it as given below, but not sure what data type to use, in case of c an multi dimension array will do the job.
Box 1 Box 2 Box 3
Red 5 8 3
Yellow 3 7 2
Blue 5 4 9
The number of box and the colours are not predefined. I create this by reading file box1, box2 .....