Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I tried doing it but every time the program converts the uppercase into lowercase but it does not do the otherwise.

What I have tried:

I tried doing it but every time the program converts the uppercase into lowercase but it does not do the otherwise.
Posted
Updated 21-May-18 7:08am
Comments
[no name] 21-May-18 11:33am    
here you should find everything you Need: islower - C++ Reference[^]
Patrice T 21-May-18 11:41am    
Show your code
CHill60 21-May-18 11:47am    
If you use the "Improve question" link to post the code you are having a problem with then we will be able to help you fix it

1 solution

1. Test the character to see if it is upper or lower case.
2. Now do whatever is necessary.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900