This program, written in Java, allows the user to create, manipulate, and print a list of words to terminal.
- menu of four choices (add, delete, print, quit)
- input validation (reprompts user in the even of an invalid request, will not allow 'delete' on an empty list)
- Java installed on your machine
-
Clone the repository to your local machine:
git clone https://github.com/StovenB/javaWordList.git
-
Navigate to the proper directory:
cd javaWordList -
Compile
javac Words.java
-
Run the file
java Words