i want to ask if there is a way to store or write multiple lines of String array in a file from console. For example:
John 19 California
Justin 20 LA
Helena 10 NY
I just want to get some idea on how to do it using FileWriter or PrintWriter or anything related t this problem.