Streams Lab module
Objectives
• Utilize FileInputStream class which is InputStream type and FileOutputStream class which is OutputStream type to read from and write to a file.
• Use FileReaderclass which is Reader type and FileWriter class which is Writer type to read from and write to a file.