CS1 Standard Demo Page

The following text was written to the standard output stream when the ArrayListProcessing.java program was executed from IntelliJ.

/usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -javaagent:/opt/intellij-idea-community/lib/idea_rt.jar=40913:/opt/intellij-idea-community/bin -Dfile.encoding=UTF-8 -classpath /home/dstrong/IdeaProjects/CS1/out/production/CS1:/home/dstrong/Downloads/SimplePainter.jar:/home/dstrong/Downloads/SimpleComposer.jar:/home/dstrong/Downloads/jfugue-4.0.3-with-musicxml.jar arraylists.ArrayListProcessing

First names: 
Billie 
Camille 
Pablo 
Akseli 
Osvaldo 
Xander 
David 

First names: Billie,Camille,Pablo,Akseli,Osvaldo,Xander,David
Last names: Holiday,Claudel,Picasso,Gallen-Kallela,Zotto,Garner,Strong
Uppercase first names: BILLIE,CAMILLE,PABLO,AKSELI,OSVALDO,XANDER,DAVID
Hyphenated last names: Gallen-Kallela
Total Length: 108
First Names Length: 42
Total Product: 264600

Process finished with exit code 0