Question: Functions. Combine your solutions for Exercise. such that you create a combination function which takes the same pair of numbers and returns both their sum and product at the same time.
Exercise: Operators.
(a) Create a function to take two numbers (any type) and output their sum.
(b) Write another function, but output the product of two given numbers.