SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

Impliment a recursive formula for generating positive integers between 1 and 5

Author: Will Parker



Answer:

Begin with x to the 1 = 5​ x to the n+1 = x to the n – 1 ​ stop when x to the n+1 = 1


0 / 5  (0 ratings)

1 answer(s) in total