Programming In C Language Thank You 1 (34.01 KiB) Viewed 48 times
5. Write a program to enter a 2ร2 matrix and then multiply its elements such that if the user enters n, the first element must be multiplied by n, the second should be multiplied by n+1, next by n+2 and so on. Enter the matrix: (Consider that the user enters) 12 34 Enter the number from which first element is to be multiplied: 2 The resultant array is: 1ร23ร4โ2ร34ร5โ
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!