programming in C language. Thank you🙏👍
Posted: Thu Jul 14, 2022 2:11 pm
programming in C language.
Thank you

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×42×34×5
Thank you
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×42×34×5