Fibonacci Series

4.2

6 votes
Easy
Problem

Write a program to display nth term of fibonacci series of n terms.

Time Limit: 5
Memory Limit: 256
Source Limit:
Explanation

Here, the given input is 13, so 13th term of fibonacci series is 144 and it will be printed out as the answer.

Editor Image

?