Find a Java program that calculates:
1) For linear function
a. x- and y- intercepts
2) For quadratic function
a. x- and y- intercepts
b. vertex
help me,,this is about my final project,,i will get fail if i could'nt get the coding
Printable View
Find a Java program that calculates:
1) For linear function
a. x- and y- intercepts
2) For quadratic function
a. x- and y- intercepts
b. vertex
help me,,this is about my final project,,i will get fail if i could'nt get the coding
Do you have the algorithm for solving these problems?
You need the algorithm before you can write the code.
Post the algorithm and any questions you have about how to write the code to solve it.