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

Algorithm Test3(int a, int b)
  if (a < b)
    return 5
  else if ( a == b)
    return -5;
    else
      return (a + Test3(a - 1, b)
end Test3

What is the base case for the algorithm?
A) a < b
B) a == b
C) Both A and B
D) Neither A nor B
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 133 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
good riddance to this computer class, never want to code again lol
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1256 People Browsing
Related Images
  
 104
  
 1014
  
 361