CS1 Standard Demo Page

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


dateLength=26
timeLength=4
labLength=12

p1 = 10
p2 = 0
p3 = 3

date.substring(0,9)= Wednesda
time.substring(2,4)=ed
lab.substring(7,8)=d

date.substring(11)= April 18, 2018
time.substring(2)=ednesday, April 18, 2018
lab.substring(7)=day, April 18, 2018

line= Wednesday, April 18, 2018|8 AM|String Thing