Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Which line(1 tru10) has the syntax error? class employee{ public: string name; float wage; void print ( ) const; employee() { void private: };

Which line(1 tru10) has the syntax error? class employee{ public: string name; float wage; void print ( )

Which line(1 tru10) has the syntax error? class employee{ public: string name; float wage; void print ( ) const; employee() { void private: }; name = "unknown"; wage = 0; int empID; // Linel // Line2 // Line3 // Line4 // Line5 // Line6 // Line7 // Line8 // Line9 // Line10 // Linell

Step by Step Solution

There are 3 Steps involved in it

Step: 1

The syntax error is on Line6 The line void employee is defining a function named employee in... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

C++ Primer Plus

Authors: Stephen Prata

6th Edition

978-0321776402, 0321776402

More Books

Students also viewed these Programming questions

Question

Compare and contrast some of the methods used to describe behavior.

Answered: 1 week ago

Question

Recall the five steps of the scientific approach.

Answered: 1 week ago