Fibonacci Case
Fibonacci Case The Fibonacci numbers are a sequence of integers where the first two elements are 1, and each of the following elements is the sum of the two previous items. This is described mathematically as follows: The first 12 numbers are as follows: 1 1 2 3 5 8 13 21 34 55 89 […]
Table of Contents
Fibonacci Case
The Fibonacci numbers are a sequence of integers where the first two elements are 1, and each of the following elements is the sum of the two previous items. This is described mathematically as follows:
The first 12 numbers are as follows: 1 1 2 3 5 8 13 21 34 55 89 144.
Case
Write a loop in UiPath to figure out the first 12 Fibonacci Numbers. The following conditions must be met:
- Modern Design experience must be used
- It must be a while loop
- Additions should be made using an online calculator such as a https://www.meta-calculator.com/scientific-calculator.php?panel-201-calculator
- Save the result to a .txt file, followed by a 1-second delay
- Remember to remove trailing trailing white spaces after the Fibonacci sequence, if they appear
- In conclusion the following page should be opened: https://www.google.com/search?q=done&rlz=1C1CHZN_enDK970DK971&sxsrf=ALiCzsZXsrJP2QwwFOiFmV9k3rNqvnNklQ:1667245558860&source=lnms&tbm=isch&sa=X&ved=2ahUKEwi02qfanYv7AhUxmIsKHeV-D78Q_AUoAXoECAIQAw&biw=1534&bih=770&dpr=1.1