Check whether the given character is in upper case, lower case or non alphabetic character
Given a character, the task is to check whether the given character is in upper case, lower case or non-alphabetic character Examples: Input: ch =… Read More »