You are on page 1of 1

No.

6 Start

Declaration
num first = 1, second = 1, third , k

Output first, “,” , second

k=1

k<=13

third = first + second


Stop
Output “,” , third

first = second
second = third
k=k+1

You might also like