Question: int main() Write a program in C++; int a; float x_value; float y_value; The program will ask the equation number, x value and y value.After

int main() Write a program in C++; int a; float x_value; float y_value; The program will ask the equation number, x value and y value.After that the program will display the result. string polinom[4]; polinom[e]"2*x*x+5*y+1e" polinom[1]"4*x*y-19"; polinom[2]"y*y-3*x*y+5"; polinom[3] "y-6" (You must get the equation by reading the polinom[i] text.Not by writing it yourself) cout a; cout > x-value; cout y value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
