-
Notifications
You must be signed in to change notification settings - Fork 0
Gen. to Slope Intercept
Jackkillian edited this page Jan 12, 2023
·
1 revision
Takes a linear equation in the general form (Ax+By=C
) and converts it into slope-intercept form (y=mx+b
).
Prompts for the values of the equation Ax+By=C
.
3 values:
A
B
C
Outputs the following values:
- The equation in general form
- The equation in slope-intercept form
The program will quit once you press enter
.