Question 8:
(1 mark, file to be edited: Q8.c)
Your program allows the user to enter an integer array of 'n' elements from the keyboard.
The program swaps the places of the first largest and smallest even numbers with each other.
Below is an example:
Enter n = 7; array = {5, 2, 8, 0, 9, 6, 20}
7
52809 6 20
OUTPUT:
5 2 8 20 9 60
Press any key to continue
Question 9:
(1 mark, file to be edited: Q9.c)
Your program allows the user to enter a string 's' with a maximum length of 100 characters.
The system converts the two firstletters of each word to uppercase.
Print out the string 's' after the conversion.
Below aretwoexamples of how the program will run:
Zoom
+ 100%
Close