@ -43,4 +43,7 @@ float maximum(float x, float y);
// Function to calculate the minimum of two numbers
float minimum(float x, float y);
// Function to calculate the average of two numbers
float average(float x, float y);
#endif