Ask the user for an unsigned integer N. Then, create Unicode-Art as an M by M grid, where M = 3*N+2, consisting of spaces and the characters |, -, and +; N is the number of lines/characters between intersections, i.e. + signs.
It should return something like this: (image)