You need to prepare a program linear solver.
Program: Write a C program, called linear solver.c, that solves single-variable linear equations. The program should prompt the user to enter a linear equation of the form
aY + b = c
Where a, b, and c are real numbers of type double. The program should then output the value of that solves the equation, if such a value exists see the note about verifying that a in nonzero.
If the input provided by the user is not valid, the program should terminate with an appropriate error message. Can you provide the answer ASAP and there is no word limit and I'm not sure how to solve the question? Can anyone help me?