Would any one be able to explain what this code does?
if ((x >= 'A' && x <= 'Z') || (x >= 'a' && x <= 'z')){}
where x is an int. However I am not entirely sure how it works, would any one be able to provide me with an explanation? If anyone needs more details please comment below rather than down voting my question.