Problem
In the ASCII table the non-white space characters begin after the space character ' ' , it is followed by several punctuation characters before we get to the numbers characters. Use character arithmetic to rite a c++ (one line of code) that will output the number of non white-space characters before the '0' character.