Top Posters
Since Sunday
s
3
v
3
p
3
m
2
s
2
d
2
N
2
d
2
e
2
s
2
s
2
e
2
New Topic  
Oughto Oughto
wrote...
Posts: 742
Rep: 1 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 value is returned for Test14(7)?
A) 0
B) -5
C) 14
D) 7
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 180 times
3 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
wrote...
3 years ago
Thank you
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1365 People Browsing
 159 Signed Up Today
Related Images
  
 293
  
 267
  
 3437
Your Opinion
What's your favorite funny biology word?
Votes: 401