I would like a program to accept a formula based on y=ax+b, such as Y=1.36X+3.6. How do I read this formula using cin? I don't want couts that ask the user to input values for a and b. I just want the whole formula to be read, correctly. Thanks for any help....