Answer to Question #68754 in Functional Programming for Oleg

Question #68754
g(0, Y, Y):- !.
g(X, C, R):- Y is X - 1, C1 is C * 2, g(Y, C1, R).

What is the final value of Y after g(3, 2, Y)?
1
Expert's answer
2017-06-12T08:58:11-0400
The result is:
Y = 16.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Oleg
12.06.17, 23:28

Yes, it is true. Thank you!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS