Write a function called compute_min(value_1, value_2, value_3)
, which
returns the minimum of the 3 floating parameters to the function.
NOTE: Do not use the min function in this activity.
Please write and test your code in the above textbox before Oct. 7th at noon.