Write a c program to find a solution of linear equation
Answers
Answered by
1
Answer:
C Program to Solve any Linear Equation in One Variable. If a = 0, then we cannot predict the value of Y because the product "a*Y" in the equation will become 0. If the value of a = 1, b = 1 and c = 1 then Y = -2. If the value of a = 1, b = -2 and c = -1 then Y = 3.
Similar questions