Page 1 of 1

programming in C language. Thank you🙏👍

Posted: Thu Jul 14, 2022 2:11 pm
by answerhappygod
programming in C language.
Thank you🙏👍
Programming In C Language Thank You 1
Programming In C Language Thank You 1 (34.01 KiB) Viewed 49 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​