subject
Computers and Technology, 01.07.2021 14:00 kolin89

#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;
}

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:10
When copying and pasting text, the first step is move your cursor type the text select the copy command select the paste command
Answers: 2
question
Computers and Technology, 23.06.2019 10:30
Would a ps4 wired controller work on an xbox one
Answers: 1
question
Computers and Technology, 23.06.2019 17:00
The camera still is bad even with the new iphone xr and especially in low light it is even worst because you can see the pixels more if its in low light. if all you apple customers want apple to fix this then lets fill there feedback with complaints about the
Answers: 1
question
Computers and Technology, 23.06.2019 19:50
Which feature is selected to practice and save the timing of a presentation
Answers: 1
You know the right answer?
#include #include
using namespace std;
class matrix{
int a, b, c, d, e, f, g, h;...
Questions
Questions on the website: 13722361