Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 825 Bytes

File metadata and controls

38 lines (23 loc) · 825 Bytes

javaWordList

Overview

This program, written in Java, allows the user to create, manipulate, and print a list of words to terminal.

Features

  • 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)
javaProgTenDemo

Getting Started

Prerequisites

  • Java installed on your machine

Running the Game

  1. Clone the repository to your local machine:

    git clone https://github.com/StovenB/javaWordList.git
    
  2. Navigate to the proper directory:

    cd javaWordList
    
  3. Compile

    javac Words.java
    
  4. Run the file

    java Words