I need to write a program that asks the user to input any amount of characters, and then when they finish tell the user how many words are in the input without including any white space characters or special characters. The problem is, we cant use strings and are confined to char variables, so...