Exercise 5 & updated README

Added Exercise 5 and translated README and added signature as well as
disclaimer
This commit is contained in:
2025-03-22 13:19:34 +01:00
parent 4655cd3477
commit 8719f4c140
8 changed files with 178 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
_This task is a text-based task. You do not need to write any program/C++ file: the answer should be written in functions.cpp._
Consider the functions implemented in `functions.cpp`. For each function, add proper pre- and post-conditions.
- If no pre-condition is needed, you can simply write "n/a".
- The post-condition does not have to be a mathematical formula, e.g. it can be an informal description, but it must completely characterize the results and effects of the functions depending on the provided parameters.
**Note**: For the purposes of this task, you can ignore overflows.