CS1 Standard Demo Page

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


dateLength = 26
timeLength = 5
labLength = 13

p1 = 8
p2 = 0
p3 = 4

date.substring(0,9) = Saturday,
time.substring(2.4) =  A
lab.substring(7,8) =  

date.substring(11) = ctober 12, 2019
time.substring(2) =  AM
lab.substring(7) =  Thing

line = Saturday, October 12, 2019|10 AM| String Thing