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 00:30
Which of the following would you find on a network
Answers: 3
question
Computers and Technology, 23.06.2019 10:00
What is estimated time of arrival (eta)? a device that measures the acceleration (the rate of change of velocity) of an item and is used to track truck speeds or taxi cab speeds a gps technology adventure game that posts the longitude and latitude location for an item on the internet for users to find a north/south measurement of position the time of day of an expected arrival at a certain destination and is typically used for navigation applications
Answers: 3
question
Computers and Technology, 23.06.2019 18:00
Freya realizes she does not have enough in her bank account to use the debit card. she decides to use a credit card instead. which questions should freya answer before using a credit card? check all that apply. can i pay at least the minimum payment each month? can i make payments on time and avoid late fees? will i have to take out a loan? how much in finance charges can i afford to pay? should i talk to a consumer credit counseling service?
Answers: 1
question
Computers and Technology, 23.06.2019 20:00
Me ajude por favor , coloquei uma senha e não consigo tira-la no chorme
Answers: 2
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.07.2021 14:00
question
Computers and Technology, 03.07.2021 14:00
question
Biology, 03.07.2021 14:00
question
Mathematics, 03.07.2021 14:00
Questions on the website: 13722363