CS1 Standard Demo Page

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

"C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.1\jbr\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.1\lib\idea_rt.jar=62091:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.1\bin" -Dfile.encoding=UTF-8 -classpath "C:\Users\Ahmad Black\ZACODES\production\IdeaProjects;C:\Users\Ahmad Black\jfugue-4.0.3-with-musicxml.jar;C:\Users\Ahmad Black\SimpleComposer.jar;C:\Users\Ahmad Black\SimplePainter.jar" assignment5.WordArrayList

The original list of words ...
Number
Cow
lycanthropy
Xeno
Cucumber
Obliterate
Decimate
Utopia
Bulk
Blaphemy
Quantify
>>> print 5
Cucumber
>>> print 1
Number
>>> swap 4 8
>>> display
Number
Cow
lycanthropy
Utopia
Cucumber
Obliterate
Decimate
Xeno
Bulk
Blaphemy
Quantify
>>> add first tok
>>> add last tic
>>> display
tok
Number
Cow
lycanthropy
Utopia
Cucumber
Obliterate
Decimate
Xeno
Bulk
Blaphemy
Quantify
tic
>>> exit

Process finished with exit code 0