Top Posters
Since Sunday
New Topic  
Oughto Oughto
wrote...
Posts: 742
Rep: 1 0
7 years ago
Look at the following method.

public static int Test2(int x, int y)
{
  if ( x < y)
  {
    return -5;
  }
  else
  {
    return (Test2(x - y, y + 5) + 6);
  }
}

What is the base case for the method?
A) +6
B) Test2(x - y, y + 5) + 6
C) x < y
D) -5
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 87 times
2 Replies
Replies
Answer verified by a subject expert
blitheringblithering
wrote...
Posts: 354
Rep: 9 0
7 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
1
University of Notre Dame

Related Topics

Oughto Author
wrote...
7 years ago
makes a lot more sense, thanks for the help
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1294 People Browsing
Related Images
  
 250
  
 271
  
 1278
Your Opinion
What's your favorite coffee beverage?
Votes: 274