CS1 Standard Demo Page

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

/usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -javaagent:/opt/intellij-idea-community/lib/idea_rt.jar=38377:/opt/intellij-idea-community/bin -Dfile.encoding=UTF-8 -classpath /home/dmitche7/IdeaProjects/CS1/out/production/CS1:/home/dmitche7/Desktop/SimplePainter.jar:/home/dmitche7/Desktop/SimpleComposer.jar:/home/dmitche7/Desktop/jfugue-4.0.3-with-musicxml.jar stringthings.StringOps

dateLength = 26
timeLength = 7
labLength = 12

p1 = 6
p2 = 4
p3 = 3

date.substring(0,6) = Monday
time.substring(0,4) = 3:52
lab.substring(7,8) = T

date.substring(11) = September 27, 2021
time.substring(2) = 3:52 pm
lab.substring(7) = String Thing

line = Monday, September 27, 2021 | 3:52 pm | String Thing