Example:
There are literally hundreds of programming languages.
The number of nonblank characters is : 48
So far i have come up with:
for (cin.get(inputLetter); inputLetter != '\n'; cin.get(inputLetter))
{
if ((inputLetter >= 'A' || 'a') && (inputLetter <= 'Z' || 'z'))
numUpper++;
}