Problem
Using delegates and lambda expressions, write code to allow any number to be transformed into another. Show two examples of use: (i) a number is transformed into its square number and (ii) a number is doubled, i.e. the number is always multiplied by 2?