Question: Using C++, implement a class for linear equations of the form: y = mx + b. Your class must define: private attributes for slope and

Using C++, implement a class for linear equations of the form: y = mx + b. Your class must define: private attributes for slope and intercept as well as public methods for its constructor, observers, mutators. In addition, your class must also define a method to find its intersection with another line. Using two objects of your class for linear equations, solve the following problem. Kovenant and Theo are comparing the number of victories on the new 2020 first-person shooter videogame. If Theo has 4 more victories than Kovenant does, and the two of them have 18 victories combined, how many victories does Kovenant have in this new videogame? Using C++, implement a class for linear equations of the form: y = mx + b. Your class must define: private attributes for slope and intercept as well as public methods for its constructor, observers, mutators. In addition, your class must also define a method to find its intersection with another line. Using two objects of your class for linear equations, solve the following problem. Kovenant and Theo are comparing the number of victories on the new 2020 first-person shooter videogame. If Theo has 4 more victories than Kovenant does, and the two of them have 18 victories combined, how many victories does Kovenant have in this new videogame
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
