CS1 Standard Demo Page

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

dateLength = 18
timeLength = 7
labLength = 12

p1 = 12
p2 = 4
p3 = 3

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

date.substring(11) = d, 2019
time.substring(2) = 19 PM
lab.substring(7) = Thing

line = December 3rd, 2019 | 4:19 PM | String Thing

Process finished with exit code 0