printErrorDescription is a function that accepts one int parameter and returns no value.
LANGUAGE: C++
CHALLENGE:
printErrorDescription is a function that accepts one int parameter and returns no value.
Write a statement that calls the function printErrorDescription , passing it the value 14.
SOLUTION:
printErrorDescription(14);