CS1 Standard Demo Page

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

>>> display
hello0
world1
this2
is3
an4
array5
of6
words7
describing8
itself9
it10
is11
not12
sentient13
>>> print first
hello
>>> print last
sentient
>>> print 4
is
>>>