Problem: Write another class includes at least 2 functions where at least one function is a higher order function - i.e. this function takes a function as a parameter. Your higher order function should do something useful as demonstrated in the class example. Don't just create a higher order function that take in a function as a parameter but does nothing with the input or does something trivial. (Using Scala Language)