So the question is: "Given two linear equations: ax + by + c = 0 and dx + ey + f = 0. Solve for x and y". A, b, c, d, e, and f being given from the user. I know how to get the input from the user,...