#Shakespearean Mad Lib This Java program executes simple input-output methods. The prose is an excerpt from Shakespeare's Romeo and Juliet. Enjoy!
##Configuration and Usage
First, make sure you have Java installed on your system:
$ java -versionIf not, download it at Java.com. Next, clone the repository and enter the root.
$ git clone https://github.com/jozw/shakespearean-mad-lib.git
$ cd shakespearean-mad-libThen compile the code and run it.
$ javac Prose.java
$ java Prose