y=mx + c

You are to write a program which will display the first 10 values of x and y (integers only) for a given equation. It must allow m and c to be entered by the user. An example output would look like this Enter value for m = 2Enter value for c = 1 Y = … Continue reading y=mx + c