Posts

Showing posts with the label Print a Hollow Rectangle Pattern

Print a Hollow Rectangle Pattern by MistarAV

public class HollowRectanglePattern { public static void main(String[] args) { int rows = 5; int columns = 10; for (int i = 1; i   Output   ********** * * * * * * **********