forked from steger/pr3-sose2026
11 lines
329 B
Markdown
11 lines
329 B
Markdown
# Assignment
|
|
|
|
You are provided with:
|
|
|
|
1. A vector of names
|
|
2. 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`.
|