Answer:
Yes.
Explanation:
Fibonacci Sequence is the series of numbers which are the sum of previous two number in the series.Two numbers are predefined in the Fibonacci sequence.The first number in the series is always 0 and the second number in the series is always 1.
We need atleast two numbers to start fibonacci sequence so that the series can be generated.