Skip to content

File Handling Task4

Saad Tariq requested to merge File-Handling-Task-4 into main

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

Merge request reports