The following statements find the
define hypotenuse(a, b) sqrt( a*a + b*b);
the macro call hypotenuse (a+2,b+3);
Reveal answer
Fill a bubble to check yourself
The following statements find the
the macro call hypotenuse (a+2,b+3);