Write a C program with file name pat9.c that gets the number of rows from the user.
Write a C program with file name pat9.c that gets the number of rows from the user. Its first row should contain that many asterisks. Each new row should contain one fewer asterisk than the previous. If the user enters a 5 the program should make
*****
****
***
**
*
joyce
0
