Hey guys, I was wondering if someone could help me out with my assignment which is two print a total of two squares, a solid and a hollow one , which i have managed to do so correctly. But i also have to make them print side by side with a space between them, how can i go about doing that? My code below prints both the squares but one below the other. Thanks for the help in advance! Stay awesome :)
Print first row of hollow square.
Print space.
Print first row of solid square
Print newline
Print second row of hollow square.
Print space.
Print second row of solid square
...