cpp method to deside if a latter is uppercase or not code example Example: check if character in string is uppercase c++ if (isupper(str[i])) { // str[i] is uppercase }