Write a program that reads an integer and displays, using asterisks, a filled and hollow square, placed next to each other. For example if the side length is 5, the program should display

Question
Write a program that reads an integer and displays, using asterisks, a filled and hollow square, placed next to each other. For example if the side length is 5, the program should display

***** *****

***** * *

***** * *

***** * *

***** *****

It would be nice to see this accomplished with nested loops. You’ll earn more points for nested loops.

Order from us and get better grades. We are the service you have been looking for.