INDEX
S.No Name of Program Date Teacher’s
Signature
1. Write a program to find the factorial of a
number using
(i) While loop 28/07/2025
(ii) Do while loop
(iii) For loop
2. Write a program to check whether the given
number is leap year. 28/07/2025
3. Write a program to find whether the given
triangle is scalene, isosceles or equilateral 28/07/2025
triangle.
4. Write a program to print Fibonacci series. 28/07/2025
5. Write a program to create a 2_D array which
contains names and marks of students and use
following functions
28/07/2025
(a) (i) getmarks
(b) (ii) displaymarks()
(c) (iii) display percentage().
6. Write a program to check number palindrome
4/08/2025
and string palindrome.
7. Write a program to show the effect of call by
4/08/2025
value and call by reference in functions.
8. Write a program to perform following
operations on matrix using functions and
switch case:
(a) Addition 11/08/2025
(b) subtraction
(c) multiplication
(d) transpose