CS1 Standard Demo Page

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

run:

The original list of words ...
Hello
How
Are
You
Doing
Today
On
This
Winter
Day
>>> add
first
ciao
>>> add
last
snow
>>> swap
5 6
>>> display
ciao
Hello
How
Are
Doing
You
Today
On
This
Winter
Day
snow
>>> exit
BUILD SUCCESSFUL (total time: 2 minutes 18 seconds)