subject

#include #include
using namespace std;
class matrix{
int a, b, c, d, e, f, g, h;
public:
matrix(int u, int v, int w, int z, int x, int y, int k, int i, int j){
a=u;
b=v;
c=w;
d=z;
e=x;
f=y;
g=k;
h=j;
}
void get_data(){
cout<<"Enter R11 of matrix 1"< >a;
cout<<"Enter R12 of matrix 1"< >b;
cout<<"Enter R21 of matrix 1"< >c;
cout<<"Enter R22 of matrix 1"< >d;
cout<<"Enter R11 of matrix 2"< >e;
cout<<"Enter R12 of matrix 2"< >f;
cout<<"Enter R21 of matrix 2"< >g;
cout<<"Enter R22 of matrix 2"< >h;
}
void show(){
cout< cout< }
void mul(){
cout< cout< }
};
int main(){
matrix obj;
obj. get_data();
obj. show();
obj. mul();
return 0;
}

This code has error. but I can't understand the mistake, So, correct it with suitable reason.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 23:40
Which of the following calculates the total from the adjacent cell through the first nonnumeric cell by default, using the sum function in its formula? -average -autosum -counta -max
Answers: 1
question
Computers and Technology, 24.06.2019 05:30
Hey i really need some solving this problem: 1. encrypt this binary string into cipher text: 110000. include in your answer the formula the decoder would use to decrypt your cipher text in the format (coded answer) x n mod (m) = y & 2. decrypt this cipher text into a binary string: 106 you.
Answers: 2
question
Computers and Technology, 24.06.2019 11:00
Each row in a database is a set of unique information called a(n) ? a.) table. b.) record. c.) object. d.) field.
Answers: 2
question
Computers and Technology, 24.06.2019 17:00
The length of time that a slide appears before automatically advancing to the next slide can be set in the timing group under the transitions tab. transition to this slide group under the transitions tab. timing group in the master slide view. transition to this slide group in the master slide view.
Answers: 1
You know the right answer?
#include #include
using namespace std;
class matrix{
int a, b, c, d, e, f, g, h;...
Questions
question
Social Studies, 21.08.2019 04:00
question
Mathematics, 21.08.2019 04:00
question
Mathematics, 21.08.2019 04:00
question
Physics, 21.08.2019 04:00
Questions on the website: 13722360