Problem
1. Write a function called Compass_Heading that returns the average of its four Float parameters: True_Course, Wind_Corr_Angle, Variance, and Deviation.
2. Write a function called Minimum that returns the smallest of its three Integer parameters.
3. Using the square root function found in package Ada.Numerics.Elementary_Functions, solve Programming .