Answer
Unexpected inputs in simple scripts such as these will generally cause errors or unexpected behavior. More complex scripts would check the input for suitability before trying to convert it to an integer, or would include conditionals to check for negative side lengths, etc.
Work Step by Step
Unexpected inputs in simple scripts such as these will generally cause errors or unexpected behavior. More complex scripts would check the input for suitability before trying to convert it to an integer, or would include conditionals to check for negative side lengths, etc.