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.
Zoom
The user is asked to continue entering values for two integers 'v' and 'n' The program then incorts 'v' at
+ 100%
Close