To display the series 2, 3, 5, 8, 13 … upto 10th terms.
- CLS
a = 2
b = 3
FOR i = 1 TO 10
PRINT a;
c = a + b
a = b
b = c
NEXT i
END
Home | IT Zone | Practice Zone | Tips / Tricks | Did You Know | Inspirational | Health | Insurance | Universities | Forex | Mathematics | Illusions | Children Day Quotes | Be Aware | Articles | Funny Pics | Entertainment | Songs | Simple Joys of Life