Write your question here.
I'm writing a program to count the characters of the last word in a string of input, but excluding the spaces. I've written a program that can count characters, but now I need help ignoring the spaces when counting the characters.