Question: Develop a Java program that prints the following patterns based on the user's input. If the user enters 'a', the pattern a prints, 'a' then

Develop a Java program that prints the following patterns based on the user's input. If the user enters 'a', the pattern a prints, 'a' then the pattern b, and so on. The program continues until the user enters 'q'. a. ********** b. C. d. ********* ** ******* *** ******** *** ****** ***** ******* **** ***** * ******* ***** ****** ********* ***** ****** ***** ********* ******* **** ******* ******** *** ***** ** ********* *** ********** * + Sample Output Enter a, b, c, or d to see a star pattern (to quit, enter q): a ******* ********* ****** ***** **** * Enter a, b, c, or d to see a star pattern (to quit, enter q): 9 Thank you for using the program. Bye
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
