Top Posters
Since Sunday
z
4
n
4
t
4
k
3
x
3
r
3
m
3
j
3
c
3
l
3
e
3
s
2
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 returned for test2(10, 20)?
A) -5
B) 6
C) 10
D) 1
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 129 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
I literally took this as a gen ed course, I was lost thought it would be easy

thx for making it easier on me
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1530 People Browsing
Related Images
  
 292
  
 146
  
 4175
Your Opinion
How often do you eat-out per week?
Votes: 81