Write a program that enters two matrices (M1 and M2) of 5 elements each; from the K.B. your program should find the multiplication of each two elements with the same index, and stores the result in a...


in c++ languagee pleaseee


Write a program that enters two<br>matrices (M1 and M2) of 5 elements each;<br>from the K.B. your program should find the<br>multiplication of each two elements with the<br>same index, and stores the result in a third<br>matrix (M3) in the same index. An example<br>is:<br>M1:<br>1<br>M2: 6<br>4<br>9<br>M3: 12 8<br>45 0 2<br>O 5<br>

Extracted text: Write a program that enters two matrices (M1 and M2) of 5 elements each; from the K.B. your program should find the multiplication of each two elements with the same index, and stores the result in a third matrix (M3) in the same index. An example is: M1: 1 M2: 6 4 9 M3: 12 8 45 0 2 O 5

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here