How do I change a lower case
char to an upper chase char without having to use functions like isdigit
, isupper
, toupper
, isalnum
, isalpha
, or without having to add or subtract the number 32. Also I am supposed to use it in the while loop.
For example: If I type the letter b into the .exe, it should send me a message that says "Remember that proper nouns starts with capital and you should've typed 'B' "