Practice 3.1: Flag
Make a program that displays the American flag (without using images)

REQUIREMENTS

STEP BY STEP

Part A - Stripes

Your program should show horizontal red and white stripes.

Part B - One Row of Stars


A flag with a single row of stars

Part C - Grid of Stars


Part D - Cleaning Up The Code






Your output will still look the same, but the code should be much shorter.