CS1 Standard Demo Page

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

      //Assuming We Execute With Given inputs : 4,5,6
      
      
      -------------------------------------------------
      Enter Your Width
      4
      -------------------------------------------------
      Enter Your Length
      5
      -------------------------------------------------
      Enter Your Height
      6
      -------------------------------------------------
      Just to Confirm Your Dimensions are 
      Width : 4.0 | Length : 5.0 | Height : 6.0
      -------------------------------------------------
      yes/no
      -------------------------------------------------
      yes
      Okay :) 
      -------------------------------------------------
      Key/Curtain Width: 6.4031242374328485
      Key/Curtain Height: 6.0
      Key/Curtain Area: 38.41874542459709
      -------------------------------------------------
      Diagonal Rect Prism Distance : 8.774964387392123

      Process finished with exit code 0