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=33021:/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.ArrayListProcessing
First names: 
 Billie 
 Camille 
 Pablo 
 Akseli 
 Osvaldo 
 Bipin 
 Neeraj 
Bipin  

First names: 
 Billie, Camille, Pablo, Akseli, Osvaldo, Bipin, Neeraj,Bipin 

last names: 
Holiday 
Claudel 
Picasso 
Gallen-kallela 
Zotto 
Shrestha 
Mishra 
Shrestha 

Last names: 
Holiday,Claudel,Picasso,Gallen-kallela,Zotto,Shrestha,Mishra,Shrestha
Uppercase first names:  BILLIE, CAMILLE, PABLO, AKSELI, OSVALDO, BIPIN, NEERAJ,BIPIN 
hyphenated last name : Gallen-kallela
Total length 125
Total first name length 55
product of length 3.259872E9

Process finished with exit code 0