This document is a program written by Armando Henriquez for a computing class at Universidad Fermin Toro in Cabudare, Venezuela in November 2013. The program uses functions to evaluate whether an input character is an alphabetic character or numeric digit. The user is prompted to input a character, which is then passed to the Eval function to check the character's value and print the corresponding output.