Top Posters
Since Sunday
5
a
5
k
5
c
5
B
5
l
5
C
4
s
4
a
4
t
4
i
4
r
4
New Topic  
Eels Eels
wrote...
Posts: 716
Rep: 0 0
7 years ago
Look at the following pseudocode algorithm.

algorithm Test14(int x)
  if (x < 8)
    return (2 * x)
  else
    return (3 * Test14(x - 8) + 8)
end Test14

What is the depth of Test14(16)?
A) 0
B) 1
C) 3
D) 2
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 295 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

Eels Author
wrote...
7 years ago
This helped so much
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1387 People Browsing
Related Images
  
 102
  
 1014
  
 367