stats-neg-error.c
-- version of the stats program that treats any negative input as an error;
uses if-else logic
stats-neg-error-return.c
-- same as preceding program, but uses elseless if and return statement
if-switch.c
-- examples of using equivalent if-else, if with return, and switch logic.