logo

Crowdly

Browser

Add to Chrome

В якому рядку чи рядках компілятор знайде помилки: a)  class TV b)  { ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

В якому рядку чи рядках компілятор знайде помилки:

a) 

class TV

b) 

{

c) 

    public:

d) 

      void SetStation(int Station);

e) 

      int GetStation() const;

f) 

    private:

g) 

      int itsStation;

h) 

};

i) 

main()

j) 

{

k) 

    TV myTV;

l) 

    myTV.itsStation = 9;

m) 

    TV.SetStation(10);

n) 

    TV myOtherTv(2);

o)  }

  

0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

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

Browser

Add to Chrome