CS1 Standard Demo Page

The following text was written to the standard output stream when the StreamArrayListsProcessing.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=44973:/opt/intellij-idea-community/bin -Dfile.encoding=UTF-8 -classpath /home/dvanripe/IdeaProjects/CS1/out/production/CS1:/home/dvanripe/Downloads/SimplePainter.jar:/home/dvanripe/Downloads/SimpleComposer.jar:/home/dvanripe/Downloads/jfugue-4.0.3-with-musicxml.jar arraylists.StreamArrayListsProcessing
First names: 
 Billie  Camille  Pablo  Akseli  Osvaldo  Daniel  Tony  guy 
First names:  Billie,  Camille,  Pablo,  Akseli,  Osvaldo,  Daniel,  Tony,  guy
Last names: Holiday, Claudel, Picasso, Gallen-Kallella, Zotto, VanRiper, Dendo, bo-bo
Upper Case First Names:  BILLIE,  CAMILLE,  PABLO,  AKSELI,  OSVALDO,  DANIEL,  TONY,  GUY
Hyphenated last names : Gallen-Kallella, bo-bo
Total length: 119
Total length of first Names: 52
The  product of all the lengths: 1904179200

Process finished with exit code 0