Problem 46090. Last Digit of fibonacci number
Given a number n, find last digit of nth Fibonacci number
For example, for n=35,
F(35) = 9227465
so, ans=5.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers28
Suggested Problems
-
283 Solvers
-
880 Solvers
-
510 Solvers
-
Return fibonacci sequence do not use loop and condition
850 Solvers
-
Test Problem; Create a 5x5 array containing all ones
403 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!