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.
LANGUAGE: Visual Basic
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)