Exercise 8. 2. 6: AverageWrite a function called average that prints out the average of two numbers. Then in your start function, make several calls to the triple function to test it out.
For example, if you made a call like
average(10,4)
it should print out 7.
Your function must be named average