Description
Write a code segment that will read a sentence from the keyboard, terminated with a period '.' and write the sentence to the screen with all white space (blanks, tabs, , replaced by the symbol '*'. Use library a function to carry out the determination of whether the character read is 'white space'. Show any #include files you may need.
Input
a sentence terminated with a period '.'
Output
a sentence with all white space (blanks, tabs, , replaced by the symbol '*'.