CS1 Standard Demo Page

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

dateLength = 28
timeLength = 5
labLength = 12

date.substring(0,9) = Wednesday
time.substring(2,4) =  P
lab.substring(7,8) = T

date.substring(11) = November 20, 2019
time.substring(2) =  PM
lab.substring(7) = Thing

line = Wednesday, November 20, 2019 | 12 PM | String Thing