File Handling Task4
Writes a code to read a file using String Buffered reader and store each line in a string buffer by appending it then converted the final message to string using toString() and trim() then saves that message in to a new file
Writes a code to read a file using String Buffered reader and store each line in a string buffer by appending it then converted the final message to string using toString() and trim() then saves that message in to a new file