logo

Crowdly

Клас для роботи з масивом заданий наступним чином: class Masiv  { public...

✅ 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;

 

Для чого, найвірогідніше, використовуються елементи цього класу? Оберіть відповідність.

More questions like this

Want instant access to all verified answers on eln.stu.cn.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!