✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Клас для роботи з масивом заданий наступним чином:
class Masiv
{
public: Masiv(int N=3, int M=4);
void InputMas(int i, int j, double ms);
double OutputMas(int i, int j);
void SetN(int);
int GetN();
void SetM(int);
int GetM();
void Transponired(Masiv);
~Masiv();
private: double mas[100][100];
int n,m;
} A, *B;
Для чого, найвірогідніше, використовуються елементи цього класу? Оберіть відповідність.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!