Write a function with the following header :
Void solveEquation (double a, double b, double c, double d, double e, double f, double &x, double &y, bool &isSolvable)
If ad – bc is 0, the equation has no solution and isSolvable should be false. If ad – bc is 0 display the equation has no solution.
You will have write the pseudo code and structure chart for the problem above.
1
Expert's answer
2012-12-13T06:07:45-0500
Unfortunately, your question requires a lot of work and cannot be done for free. Submit it with all requirements as an assignment to our control panel and we'll assist you.
Comments
Leave a comment