Hello,
I am just beginning to learn how to program. I am trying to write a program that reads in a file and then uses several functions ( that I am trying to write as well) to analyze the characters in the input file. Then I want to write the results to an output file, labeling the contents of the file as; a number, a letter, or a special character ect. Here's what I have so far. I am having trouble calling my functions and getting them to discriminate between letters and numbers.