Question Write a program using loops in C format to show the following output. T
ID: 3689090 • Letter: Q
Question
Question
Write a program using loops in C format to show the following output. The number that the user entered would be 6 for this example.Needs to print the stars and integers the same way they are shown
1
*
2 3
* *
4 5 6
* * *
Output format should be:
Enter the number:
The output of the program is: