Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
В якому рядку чи рядках компілятор знайде помилки:
a) class TV
a)
b) {
b)
c) public:
c)
d) void SetStation(int Station);
d)
e) int GetStation() const;
e)
f) private:
f)
g) int itsStation;
g)
h) };
h)
i) main()
i)
j) {
j)
k) TV myTV;
k)
l) myTV.itsStation = 9;
l)
m) TV.SetStation(10);
m)
n) TV myOtherTv(2);
n)
o) }
в рядках l),m), n).
),
помилокнемає.
помилок
немає.
в рядках m), n).
в рядку n).
в рядках d), e),g).
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!