CS1 Standard Demo Page

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

dataLength = 25
timeLength = 7
labLength = 12

p1 = 8
p2 = -1
p3 = -1

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

date.substring(11) = ctober 6, 2022
time.substring(2) = 18 AM
lab.substring(7) = Thing

line = Thursday, October 6, 2022 | 8:18 AM | String Thing