17. Write a program using nested loops to produce a rectangle of *’s with 6 rows and 20 *’s per row.

# Output