reset password
Author Message
msargent
Posts: 519
Posted 20:58 Sep 30, 2016 |

It looks like some students are just trying to figure out how to make the first row and last column uppercase by any means possible. That defeats the point of the assignment.

First: I asked you to convert the Person objects to BorderedCells and then draw the table without any uppercasing. 

With this new array of BorderedCells, make a function that converts them to uppercase, using map (you will probably need  to nest map at least once). 

Don't just loop through and draw text that is uppercase without any of the above conversions.

You also have to use the table drawing functions that were given to you, as is, with no modifications. All you do is make new kinds of TextCells and make functions to transform these cells is some way. 

Last edited by msargent at 20:58 Sep 30, 2016.