integer number.
Below is an example when the user enters 'n' = 5
5
OUTPUT:
1
123
12345
1234567
1 2 3 4 5 6 7 8 9
Press any key to continue
Question 5:
(1 mark, file to be edited: Q5.c)
The program asks the user to enter an array of n integers from the keyboard.
Find and print the odd numbers in descending order.
Below is an example:
n = 6; array = {8, 9, 3, 7, 2, 5}
Zoom
+ 100%
Close