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=62084: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.WordList

The original list of words ...
Number
Cow
lycanthropy
Xeno
Cucumber
Obliterate
Decimate
Utopia
Bulk
Blaphemy
Quantify
>>> print 1
Number
>>> print 7
Decimate
>>> swap 8 2
>>> display
Number
Utopia
lycanthropy
Xeno
Cucumber
Obliterate
Decimate
Cow
Bulk
Blaphemy
Quantify
>>> add first ok
>>> add last why
>>> display
ok
Number
Utopia
lycanthropy
Xeno
Cucumber
Obliterate
Decimate
Cow
Bulk
Blaphemy
Quantify
why
>>> exit

Process finished with exit code 0