Sprite prompts for the number of items and how many combinations. The application computes the 3 factorials needed via recursion and provides the result.
This is a teaching app, designed to show the use of recursion in a very simple function. Because Scratch blocks do not return results, the result is kept in a variable called result. It computes via the standard formula: n! / (r! * (n - r)!)