Question: Write an application that reads a line of text, tokenizes the line using space characters as delimiters, and outputs only the words beginning with capital
Write an application that reads a line of text, tokenizes the line using space characters as delimiters, and outputs only the words beginning with capital letters.
Step by Step Solution
3.41 Rating (167 Votes )
There are 3 Steps involved in it
You can do this using a basic string tokenizer in Java In Java the StringTokenizer class in the java... View full answer
Get step-by-step solutions from verified subject matter experts
