CS1 Standard Demo Page

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

#"C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.2\jbr\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.2\lib\idea_rt.jar=62920:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Users\HP\IdeaProjects\CS1\out\production\CS1;C:\Users\HP\Downloads\JAVA files\SimplePainter.jar;C:\Users\HP\Downloads\JAVA files\SimpleComposer.jar;C:\Users\HP\Downloads\JAVA files\jfugue-4.0.3-with-musicxml.jar" arraylist.Streets
Size of primes list = 12
first prime = Iberville
last prime = Dumanine
last prime = Dumanine

The initial list ...
Iberville
Decatur
Toulouse
Bourbon
Dauphine
Royal
St ann
St Peter
Conti
Exchange
Bienville
Dumanine

The final list ...
Dumanine
Decatur
Toulouse
Bourbon
Dauphine
Royal
St ann
St Peter
Conti
Exchange
Bienville
Iberville

Process finished with exit code 0