CS1 Standard Demo Page

The following text was written to the standard output stream when the StringOpsDemo.html 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=33721:/opt/intellij-idea-community/bin -Dfile.encoding=UTF-8 -classpath /home/abhatt2/IdeaProjects/CS1/out/production/CS1:/home/abhatt2/SimplePainter.jar:/home/abhatt2/SimpleComposer.jar:/home/abhatt2/jfugue-4.0.3-with-musicxml.jar arraylists.StreamArrayListProcessing
First names: Billie  Camille  Pablo  Akseli  Osvaldo  Aashutosh  Bipin 
First names: Billie,  Camille,  Pablo,  Akseli,  Osvaldo,  Aashutosh,  Bipin
Last names:Holiday, Claudel, Picasso, Gallen-kallela, Zotto, Bhatt, Shrestha
Uppercase first names: BILLIE,  CAMILLE,  PABLO,  AKSELI,  OSVALDO,  AASHUTOSH,  BIPIN
Hyphenated last names:Gallen-kallela
Total length:112
Total first length:52
Total Product:2.483712E8

Process finished with exit code 0