Problem
Write a top-down design and an Ada program that inputs integers larger than 1 and calculates the sum of the squares from 1 to those integers. For example, if the integer equals 4, the sum of the squares is 30 (1+4+9+16). The output should be the value of the integer and the sum, properly labeled. A negative input value signals the end of the data.