Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Úkol 016 - Fibonacciho posloupnost #16

Open
Lukasl32 opened this issue Dec 4, 2024 · 0 comments
Open

Úkol 016 - Fibonacciho posloupnost #16

Lukasl32 opened this issue Dec 4, 2024 · 0 comments

Comments

@Lukasl32
Copy link
Owner

Lukasl32 commented Dec 4, 2024

Vytvořte program, který vypíše n členů Fibonacciho posloupnosti a zároveň určí součet těchto členů.
Řešte s využitím vlastní metody.
Řešte pomocí datového typu ulong.

Příklad:

Vstup:
n = 8

Výstup:
0; 1; 1; 2; 3; 5; 8; 13; 21;

8. prvek Fibonacciho posloupnosti je: 21
Součet posloupnosti (do 8 prvku): 54
Čas trvání výpočtu: 00:00:00.0016491
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant