Question 8:
(1 mark, file to be edited: Q8.c)
Your program allows the user to enter an array of 'n' integers, where 'n' is entered by the user.
The program prints duplicate elements that are odd numbers to the screen. There is a newline character between any two adjacent numbers.
Below is an example:
Enter: n = 7, array = (5, 5, 4, 6, 3, 4, 3}
5 of 5
Paper No: 8
7 5 5 4 6 3 4 3
Zoom
100%
Close