I'm trying to have all the functions to show in their own quadrant when I input the numbers in. (Cartesian graph) Everything else is perfect except for the quadrant part at bottom. I've been at it for 4 hours..
int main()
{
float x,y;
char choice;
cout << "A - y = 3(x+2)^2 \n" ;
cout << "B - y = -3x + 2 \n" ;
cout << "C - y = 2x^3 + x^2 - 3x \n" << endl;
by learning how to correctly write C++ codes, have a good idea on how your program should work, know what you're supposed to solve & learn how to ask and post questions the right way