teresagonzalez9624 teresagonzalez9624
  • 12-04-2024
  • Computers and Technology
contestada

What does fun2() do in general?
{int fun(int x, int y) { if (y == 0) return 0; return (x + fun(x, y-1) ) ; } int fun2(int a, int b) { if (b == 0) return 1; return fun(a, fun2(a, b-1) ) ; }
a) x*y
b) x+x*y
c) xy
d) yx

Respuesta :

Otras preguntas

What is the y-intercept in the equation:y=6x-3
Find $10 as a percentage of $250.​
True or false The rabbi and Imam are teachers and leaders
70. Machine Shop Calculations A steel plate has the form of one fourth of a circle with a radius of 60 cen- timeters. Two 2-centimeter holes are to be drilled i
how many bones does the a newborn child has
To what power (-3) should be raised to get -27.
17. A television costs $270.25 including 15% sales tax. How much of the cost is tax?
number 1 and number 2 pleasseee​
How did Suleyman’s selection of a successor eventually spell disaster for the Ottoman Empire?
In cell J6, insert a formula using the OR function that returns TRUE if the rating (cell 16) equals "A" or the email reminder (cell H6) equals FALSE. Use the Fi