1. First take the input form the user as a string
2. copy that string into a character array
3. write logic for checking each character of character array is a letter/number/space/other-character
4. print all the updated values of variables
Note :- ...