CS1 Standard Demo Page

The following text was written to the standard output stream when the Streets.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=37053:/opt/intellij-idea-community/bin -Dfile.encoding=UTF-8 -classpath /home/rpaltati/IdeaProjects/CS1/out/production/CS1:/home/rpaltati/Desktop/SimplePainter.jar:/home/rpaltati/Desktop/SimpleComposer.jar:/home/rpaltati/Desktop/jfugue-4.0.3-with-musicxml.jar ArrayListPlay.Streets
size of streets list = 12
size of streets list = Iberville
size of streets list = Dumaine
size of streets list = Dumaine

The initial list...
Iberville
Decatur
Toulouse
Bourbon
Dauphine
Royal
St Ann
St Peter
Conti
Exchange
Bienville
Dumaine

The final list...
Dumaine
Decatur
Toulouse
Bourbon
Dauphine
Royal
St Ann
St Peter
Conti
Exchange
Bienville
Iberville

Process finished with exit code 0/usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -javaagent:/opt/intellij-idea-community/lib/idea_rt.jar=39151:/opt/intellij-idea-community/bin -Dfile.encoding=UTF-8 -classpath /home/rpaltati/IdeaProjects/CS1/out/production/CS1:/home/rpaltati/Desktop/SimplePainter.jar:/home/rpaltati/Desktop/SimpleComposer.jar:/home/rpaltati/Desktop/jfugue-4.0.3-with-musicxml.jar arrayplay.Primes
Length of primes array = 4
First Prime = 2
Last Prime = 7
Last Prime = 7

The initial array...
2
3
5
7

 The final array...
7
3
5
2

Process finished with exit code 0