[Solved] Java reading a file into a list
There are a decent amount of ways to accomplish what you are asking, but here is one way to read a file into a program and split each line by specific delimiters into a list, while still keeping the delimiters in the sentence. All of the functionality for turning a file to a list based … Read more