设计程序,公式法解一元二次方程2X²+3X-1=0急!要设计程序的具体过程
2019-05-28
设计程序,公式法解一元二次方程2X²+3X-1=0
急!
要设计程序的具体过程
优质解答
#include
using namespace std;
int main()
{
float a=0.0;
float b=0.0;
float c=0.0;
float d=0.0;
float x1=0.0;
float x2=0.0;
couta;
coutb;
coutc;
d=b*b-4*a*c;
cout
#include
using namespace std;
int main()
{
float a=0.0;
float b=0.0;
float c=0.0;
float d=0.0;
float x1=0.0;
float x2=0.0;
couta;
coutb;
coutc;
d=b*b-4*a*c;
cout