Description
of program highlighting language features
This program allows the user to enter an equation and the program will return the value the equation
would 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().
would 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().


Comments
Post a Comment