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=64598: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" arrayplay.Streets
lenghth of the Streets array = 12
first prime = Iberville
last prime = Dumaine
last prime = Dumaine

The element of the Streets arrays ...
Iberville
Decatur
Toulouse
Bourbon
Dauphine
Royal
St Ann
St Peter
Conti
Exchange
Bieville
Dumaine

The final array after swaping are ...
Dumaine
Decatur
Toulouse
Bourbon
Dauphine
Royal
St Ann
St Peter
Conti
Exchange
Bieville
Iberville

Process finished with exit code 0