Anyone can Do it using Ascii codes. I dare you - "Try to not use ascii codes." ;)

Hi, I solved using ch>=ā€˜a’ && ch<=ā€˜z’ this concept, is there any other way to solve this problem.

you can use functions like islower() and isupper();
or you can directly compare them like ( alpha>=ā€˜a’ and char<=ā€˜z’ )