CS1 Standard Demo Page

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

StringOps Demo

dateLength = 25timeLength = 4labLength = 12
p3 = 6
p2 = 1
p3 = 3

date.substring(0,9) = Sunday, Ftime.substring(2,4) = AMlab.substring(7,8) = T
date.substring(11) = ruary 16, 2020time.substring(2) = AMlab.substring(7) = Thing
line = Sunday, February 16, 2020 | 8 AM  | String Thing