Question: Create an app that shows the 2 - step math required to solve a linear equation of the form ax + by = c .
Create an app that shows the step math required to solve a linear equation of the form ax by c
Get the values a b c from the user.
Display the equation.
Show the steps to solve it
Ask the user if they would like to run again.
Solve any linear equation of the form: ax by c
Example :
Your equation: x y
First step: x y
Second step: x y
Would you like to run again y or n
I need a code in C that follows the directions above. I need to make sure that the results are in decimals and in the form axbycThank You. The image is the code I have right now but I cant figure out how to add the by to the equation. If you can let me know what to add in order to get the equation axbyc that would be great, but if not a whole new code will be fine.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
