You are on page 1of 15

Activity 3

Activity 4
1. To print all even numbers between 1
to 100 using while loop.

2. To find the factorial of given


number
3. To find whether the given number is
Armstrong or not.

4. Write a C program to print the following


series
0 1 1 2 3 5 8…
5. Write a C program to check the given
number is prime or not

6. To print the following pattern


*
**
***
****
7. To reverse a positive integer

You might also like