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 09:00
Which best describes the condition under which the unicode output is the same as plain text?
Answers: 3
question
Computers and Technology, 22.06.2019 15:00
Hyperactive media sales has 10 windows 7 laptop computers used by sales-people in the organization. each laptop computer has several customized applications that are used during the sales process as well as customer relationship management software. all of the applications on the laptops are difficult to configure and have large data files. if all of the laptops have current hardware, what is the easiest way to install windows 10 on them?
Answers: 1
question
Computers and Technology, 23.06.2019 00:00
Donna and her team of five have invented a new gadget for the science exhibition in their college. which intellectual property right will protect their invention?
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Q13 what function does a security certificate perform? a. creates user accounts b. scrambles data c. identifies users d. creates password policies e. provides file access
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
Mathematics, 03.08.2019 12:30
Questions on the website: 13722362