Minimum of 3
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.
Conditionals
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.