Lab7 Update
Lab7 Update
1. write a program to find whether the given integer is prime or not using type-1,2,3,4
functions.
2. Write a program to find the addition of two matrices using functions.
3. Write a program to find the multiplication of two matrices using functions.
4. Write a program to find the transpose of a matrix using functions.
Program Code:
1. write a program to find whether the given integer is prime or not using type-1,2,3,4
functions.