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

Select the ions below which possess the electron configuration of a noble gas.
Why was columbus more confident than others about his ability to sail westward?
At which stages in meiosis is DNA condensed into chromosome
Who said, "if this be treason, make the most of it"? patrick henry nathan hale john paul jones?
Determine whether demand for each of the following products is elastic or inelastic: Granny Smith apples, heart medicine, gasoline. explain your reasoning
Do hazmat suits protect against radiation
Find the cost per ounce of a sunscreen made from 100 oz of a lotion that costs $1.50 per ounce and 150 oz of a lotion that costs $4.50 per ounce. (round your an
Find an equation of a linear function given h(1)=6 and h(4)=-3
When confronted by a large and potentially dangerous snake, alissa experienced a surge of energy triggered by the release of ________ into her bloodstream. sero
Using the numbers 3, 5, and 8, can you write nine proper fractions and nine improper fractions? You may use each number only once within a fraction.