Skip to content

StovenB/javaWordList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages