Write a program IdentyfyWordsMain.java reading a file (like HistoryOfProgramming) and divide the text into a sequence of words (word=sequence of letters). Save the result
in a new le (words.txt). Example:
Text
====
Computer programming, History of programming
From Wikipedia, the free encyclopedia (081110)
The earliest known programmable machine (that is a machine whose behavior can be controlled by changes to a "program") was Al-Jazari's programmable humanoid robot in 1206.
Sequence of words
=================
Computer programming History of programming From Wikipedia the free encyclopedia The earliest known programmable machine that is a machine whose behavior can be controlled by changes to a program was Al Jazaris programmable humanoid robot in All exceptions related to le handling shall be handled within the program.