a[2] = 2
a[3] = 8
a[4] = 7
After processing: max = 8
Output for marking:
OUTPUT:
8
Question 4:
(3 marks)
The given file Q4.c already contains statements to input data for a string. You should write statements to count the alphabet characters of its.
Notes:
- Do not edit given statements in the main function.
- You can create new functions if you see it is necessary.
Sample input and output:
Input:
Please enter a string: HeLLo123
Zoom
+ 100%
Close