An array contains ASCII characters ('A'–'Z' and 'a'–'z') in its individual elements.
The array has the size MAX_FELD (MAX_FELD > 0).
The task is to find:
- the character with the largest value (according to the ASCII table), and
- the number of times this character appears in the array.
Develop a flowchart (PAP) in the form of a procedure to solve this problem.