CS1 Standard Demo Page

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

        //Assuming We Execute With Given input : 10  
      
        Please enter the edge length of the cube: 10
        surface area = 600.0
        
        Process finished with exit code 0