Advertisement
akosiraff

Write a program that reads text from System.in

Oct 27th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/write-a-program-that-reads-text-from-system-in/
  3. P16.1 Write a program that reads text from System.in and breaks it up into individual
  4. words. Insert the words into a tree set. At the end of the input file, print all words,
  5. followed by the size of the resulting set. This program determines how many
  6. unique words a text file has.
  7. Download: http://solutionzip.com/downloads/write-a-program-that-reads-text-from-system-in/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement