Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Find all the even numbers within the limit of an input integer value.

Generate a Fibonacci sequence {1,1,2,3,5,8....}. The count of numbers needed in


the sequence is inputted from main.
Find the nth term in Tribonacci series (0, 1, 1, 2, 4, 7, 13).
Find the number of prime numbers below a given number
Develop a program, that accepts a deposit amount and period of deposit. Calculat
e the maturity amount after the period of deposit. The bank pays 4% interest per
year for any deposits made in the bank.

You might also like