98
Views
1
Comments
Solved
need to know idea about a logic for a program

I need to know how to write logic for Fibonacci series in Outsystems as a beginner

2025-01-09 14-56-57
IQ78
Solution

Hi, Pra,

1. First u need this algorithms: https://www.geeksforgeeks.org/program-for-nth-fibonacci-number/

it is a recursive algorithm, and you can make a simpler one using iteration. They are reversible.

2. Create a client function (in reactive web screen):

3. Create a screen tester:

4. Bingo!

5. Now do your homework for iteration version 

regards and thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.