This project is a Java program that reads the content of a text file named "text.txt" and prints it to the console. It then splits the content into an ArrayList of words using the space character as a delimiter. The program then prints the ArrayList, the number of words in the ArrayList, and the number of characters in the ArrayList as a string.
- Ensure that a text file named "text.txt" is in the project directory
- Run the program
- The program will print the content of the text file, the ArrayList of words, the number of words in the ArrayList, and the number of characters in the ArrayList to the console
Contributions are welcome! Please follow these guidelines when contributing:
- Fork the repository
- Create a new branch for your feature or bug fix
- Commit your changes
- Push your changes to your fork
- Submit a pull request
This project is licensed under the MIT License. See the LICENSE file for details.