I need to know how to write logic for Fibonacci series in Outsystems as a beginner
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