Pergunta de entrevista da empresa Sigma Computing

Build a 2d table. You should be able to initialize the table given column names, get an item (row, col), set an item (row, col, value), and print n rows of the table. The class outline was provided