CECS 174 Assignment 6 Write a program that uses for statements to print the following patterns separately, one below the other. Use for loops to generate the patterns. All asterisks (*) should be printed by a single statement. The last two patterns require that each line begin with an appropriate number of blanks. (a) * ** *** **** ***** ****** ******* ******** ********* ********** (b) ********** ********* ******** ******* ****** ***** **** *** ** * (c) ********** ********* ******** ******* ****** ***** **** *** ** * (d) * ** *** **** ***** ****** ******* ******** ********* **********