**
*
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.
The user is asked to continue entering values for 'p'. The program then removes the element at index 'p'in the array.
+ 100%
Zoom
Close