Question: C++ Please be clear and thoroughly with explaination and how to fix/what's the right way to write the codes. Trying to get the 'total answer'

C++ Please be clear and thoroughly with explaination and how to fix/what's the right way to write the codes.

Trying to get the 'total answer' of quadrant with inputs of a, b, c, and x. And geting the 'total' discriminant or detla.

What am i doing wrong?

quadrant.h

C++ Please be clear and thoroughly with explaination and how to fix/what's

quadrant.cpp

the right way to write the codes. Trying to get the 'total

quadrantMain.cpp

answer' of quadrant with inputs of a, b, c, and x. And

Errors:

geting the 'total' discriminant or detla. What am i doing wrong? quadrant.h

#1fndef QUADRANTH - #define QUADRANT-H using namespace std; class Quadrant private: double a, b, c, X; Quadrant() Quadrant (double A, double B, double C, double X); public: void getA; void getB; void getc) void getX); #endif

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!