forked from steger/pr3-sose2026
329 B
329 B
Assignment
You are provided with:
- A vector of names
- A vector of ages
Your task is to compute a list containing the UPPERCASE names of the two oldest persons whose names ends with an "a". The result shall be sorted by alphabet.
Complete the corresponding unit test in the file 02-list-operations/list-operations.hs.