Question: Q4. Write a program that read 2 matrices and has a function which finds their sum. Q5. Write a program that read 2 matrices and
Q4. Write a program that read 2 matrices and has a function which finds their sum.
Q5. Write a program that read 2 matrices and has a function which finds their multiplication.
Q6. Write a program that handles a list of numbers where it has the following functions
- Function that finds their average and sum - Function that finds their maximum and minimum
- Function that search for a given number in that list.
- Function that count the occurrence of a given number in that list. Then the program should do the following:
- Read the list - Find the average and the sum of that list - Find the minimum and the maximum of that list
- Count the occurrence of a given number in that list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
