Problem 1 : Write a menu driven program in C to implement following matrix functions 1.Addition 2.Subtraction 3.Multiplication 4.Transpose *Please note that you have to consider 3 X 3 Matrix* The output will look like 3x3 Matrix ___ 1.Addition 2.Subtraction 3.Multiplication 4.Transpose 5.Exit Enter Your Choice:_
Problem 1 :
Write a menu driven program in C to implement following matrix functions
1.Addition
2.Subtraction
3.Multiplication
4.Transpose
*Please note that you have to consider 3 X 3 Matrix*
The output will look like
3x3 Matrix ___
1.Addition
2.Subtraction
3.Multiplication
4.Transpose
5.Exit
Enter Your Choice:_
Problem 2 :
Write a program to take input name, ID and marks of 4 Courses (Physics111, Math120, English102 & CSE162) obtained by you and your group members. Display the Name, ID, grade in each of the courses and also the result of total marks and percentage obtained with his/her rank in the class. The grades are categorized as 90 - 100 = A (4.0) Excellent 85 - <90 = A- (3.7) 80 - <85 = B+ (3.3) 75 - <80 = B (3.0) Good 70 - <75 = B- (2.7) 65 - <70 = C+ (2.3) 60 - <65 = C (2.0) Fair 57 - <60 = C- (1.7) 55 - <57 = D+ (1.3) 52 - <55 = D (1.0) Poor 50 - <52 = D- (0.7) %3D %3D <50 = F (0.0) Failure
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images