Exercise 3

1 Creating a Function and Making a Function Call

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.




1.1



1.1.1 Calling average