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