Exercise: Functions
Put to practice what we have learned about functions.
We'll cover the following...
Exercise
Write the following functions for printing error messages in English and German:
print_errorcode_to_error_encode_to_error_de
Write two versions of the “code_to_error” function:
- Using the case statement in
print-error-local.shfile. - Using an