Write a function, average, that returns the average of two Real values.
Make a function call to average with the input 4 and 6.
Try your function by calling it as below.