3 of 3
Paper No: 8
(1 mark, file to be edited: Q4.c)
Your program allows to prints out a hollow right triangle star '*' pattern with side of 'n' entered by user,'n' is an integer number.
Below is an example when user enter 'n' = 6
6
OUTPUT:
*
**
**
*
*
*
*
Press any key to continue
Zoom
100%
Close