CS1 Standard Demo Page

The following text was written to the standard output stream when the KanizsaSquareInput program was executed from IntelliJ. This code differs from the original KanizsaSquare program since it asks the user for a side length and in turn adjusts the canvas and shapes the the desired legnth before outputing both the side length and the design. Below are two examples of the program in phases, the first with a side length of 200 the second of 150.


Trial 1) 

Input) 
  InputOne
Design Output)
  DesignOutputOne
Textual Output)
  Square Side Length = 200



Trial 2)

Input)
  InputTwo
Design Output)
  DesignOutputTwo
Textual Output) 
  Square Side Length = 150