Answer to Question 06E-3a

Check is a void function. It does not return a result. But this statement computes check(50) and tries to print the (nonexistent) value that check returns.