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ā€™ )