Surface Area Of Cube Demo

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

SurfaceAreaOfCube.java

run:
Please enter the edge length of the cube: 7.5
surface area = 337.5
BUILD SUCCESSFUL (total time: 3 seconds)