Input:
Enter the number of elements: 5
Array: 2 4 69 16
After processing: count = 3
Output for marking:
OUTPUT:
3
Question 4:
(3 marks)
The given file Q4.c already contains statements to input a string s. You should write statements to encode the string s by increasing the ASCII value of each vowel by 1 unit.
Notes:
- You can create new functions if you see it is necessary.
- Do not edit given statements in the main function.
Sample input and output:
Input:
Enter the string: I LOVE you
After processing:I encoded to J;
Zoom
+ 100%
Close