3 of 3
Paper No: 5
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:
(1 mark, file to be edited: Q5.c)
Your program allows users to enter an array of 'n' integers, where 'n' is entered by the user.
+ 100%
Zoom
Close