World-level methods with parameters
You can define new methods at either of two levels in Alice:
Each method that you define may or may not require incoming parameters.
This will depend on the method's purpose and your programming approach.
You learned how to write world-level methods with no parameters in an earlier lesson.
I will
concentrate on writing and using world-level methods that do require parameters
in this lesson.