Problem 10
List the similarities and differences between use of a predefined (that is, library) function and a user-defined function.
Problem 13
Write a function definition for a function is_digit that takes one argument of type char and returns a bool value. The function returns true if the argument is a decimal digit; otherwise, it returns false
Problem 18
Carefully describe the process of program testing.