Arrange it in order........
segles - Pseudocode and Flowchart exercises / Analyse
SET first = 0, second = 1 andi = 2
Fibonacci(number):
WHILE (i<number)
PRINT first and second
SET first = second
SET second = next and i = 1+1
SET next = first + second and PRINT next
ENDWHILE
END
NEXT
REVIEW ANSWER
Answers
Answered by
0
Answer:
what's is this
Explanation:
Arrange it in order........
segles - Pseudocode and Flowchart exercises / Analyse
SET first = 0, second = 1 andi = 2
Fibonacci(number):
WHILE (i<number)
PRINT first and second
SET first = second
SET second = next and i = 1+1
SET next = first + second and PRINT next
ENDWHILE
END
NEXT
REVIEW ANSWER
Similar questions