Hello Everyone!
I have a programming assignment I have been working on all day. I'm pretty sure I've just been overthinking it so I am going to post on here to see if I can gain a new perspective.
The assignment criteria: "Write a program that reads in characters from a file and displays the characteristics (aka: lowercase, uppercase)"
The output will be given in a file format as well. No built in character analysis is allowed.
Where I'm stuck: I can get data from a file to display but I don't know how to insert criteria functions that will take the displayed data and output the characteristics.