If one (or more) of the input parameters has "wrong" values, i.e. the function should never be called with those values, and you want to catch the remote possibility that it will be called incorrectly, treat this according to the "several possible cases" rule. For example,...