Description of program highlighting language features This program allows the user to enter an equation and the program will return the value the equation w ould equal as a polynomial. This program used a lot of print statements in order to debug the program. This program highlights the dynamic language features that Groovy has such as the key word def. The default parameter in groovy is a string so in this program, the coder needs to convert the parameter using the built in function, .toInteger().