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

Parece que a Pepe le gusta formar animales de globos
A school typically sells 500 yearbooks each year for $50 each. The economics class does a project and discovers that they can sell 100 more yearbooks for every
The same culture and influence,especially in the foods,can be seen all throughout Cuba true or false
Which type of fall is responsible for the highest percentage of overall deaths in construction
Which of these is not an example of a geometric shape or form?
The equation sec^2x-1=tan^2x is an identity true or false
Angle x is an acute angle in a triangle. If cos x=4/5, then the sin x=
richerd works at an ice cream shop. regular cones get two scopes of ice cream and large cones get three scoops. One hot saturday richard scooped 234 regular con
If we know what type of rock we are examining, we can figure out how much it weighs how hard it is how it was formed where it was formed
Vincent is giving cakes to some children at a carnival. He has 2 strawberry cakes, 6 pineapple cakes, and 7 chocolate cakes. If Vincent selects a cake randomly