Instead of writing each function to respond to 't' and 'T' etc with several functions how do I use toupper(ch) to recognize lowercase input and convert it to the uppercase so the user is not restricted to just using uppercase?
That does exactly what I was looking for. Thank you. I read about the function beforehand I'm not too sure why I wasn't understanding it maybe not realizing that my ch directed to woodType and the examples just did the straight ch exchanges or changed a lowercase input and put in output as uppercase.