Question: Write a simple and basic c++ program to replace a,b and c in the equation ax+by+c=0 and show the equation. Take the values of a,b
Write a simple and basic c++ program to replace a,b and c in the equation ax+by+c=0 and show the equation. Take the values of a,b and c from the user.
For example:
Input:
a = 1
b = 2
c = -3
Output:
x + 2y - 3 = 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
