Hey guys, this is my IsLower() method. I first tried to do the alphanumeric check so I googled in c++ and found there is an isalpha() method so I used that. This is as far as I got so I’ll watch the video on how to do the rest.
islower() will actually catch non-alpha characters as well.
Thank you!