CS1 Standard Demo Page

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

/Users/tristanallen/Library/Java/JavaVirtualMachines/openjdk-17/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=55282:/Applications/IntelliJ IDEA CE.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Users/Shared/CS1/out/production/CS1:/Users/tristanallen/Desktop/SimplePainter.jar:/Users/tristanallen/Desktop/SimpleComposer.jar:/Users/tristanallen/Desktop/jfugue-4.0.3-with-musicxml.jar mathematics.SurfaceAreaOfCube
Please enter the edge length of the cube: 
7.5
surface area = 337.5

Process finished with exit code 0


/Users/tristanallen/Library/Java/JavaVirtualMachines/openjdk-17/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=55294:/Applications/IntelliJ IDEA CE.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Users/Shared/CS1/out/production/CS1:/Users/tristanallen/Desktop/SimplePainter.jar:/Users/tristanallen/Desktop/SimpleComposer.jar:/Users/tristanallen/Desktop/jfugue-4.0.3-with-musicxml.jar mathematics.SurfaceAreaOfCube
Please enter the edge length of the cube: 
12.95
surface area = 1006.2149999999999

Process finished with exit code 0