You are on page 1of 1

1. 2. 3. 4. 5. 6.

Find the number of occurrences of a given digit in a number. Find the nth term in Tribonacci series (0, 1, 1, 2, 4, 7, 13 ). Find the number of occurrences of given word in a sentence. Find whether the alphabets in a word (string) are in the ascending order. Find the number of prime numbers below a given number. Ezee Shop has an online portal where customers can check about different products. Customers can search for products by giving a key word. Write a program that accepts a product name and a key word, and checks if the key word is present in the given product name.

You might also like