I'm attending a voluntary java-course where we had the task to programm an application that takes a text-file and generates another random textfile that resembles the original in style but is complete rubbish. Try it out it's quite funny, it should work with any language-textfile as it works on character basis.
if you have a java compiler installed save the Babble2.java file, then enter "javac Babble2.java" in the command line. The compiler now compiles it. Afterwards you can start the application with "java Babble2".
and bother telling me about my programming style, I know I'm chaotic
edit: corrected the command to start the app.
if you have a java compiler installed save the Babble2.java file, then enter "javac Babble2.java" in the command line. The compiler now compiles it. Afterwards you can start the application with "java Babble2".
and bother telling me about my programming style, I know I'm chaotic

edit: corrected the command to start the app.