CS1 Standard Demo Page

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

dateLength=25
timeLength=7
labLength=12
/np1=8
p2= 4
p3= 3
/ndate.substring(0,9)= wednsday,
time.substring(2,4)= 00
lab.substring(7,8)= t
/ndate.substring(11)= tober 18, 1995
time.substring(2)= 00 am
lab.substring(7)= thing
/nline=wednsday,October 18, 1995| 8:00 am| String thing