Question: you needs to submit a running source code (.cpp file) Problem 3 (General Math) Write a C++ program to calculate and display the value of
you needs to submit a running source code (.cpp file) 
Problem 3 (General Math) Write a C++ program to calculate and display the value of the slope of the line connecting two points with the coordinates (3,7) and (8,12). Use the fact that the slope between two points at the coordinates (x,yi) and (x2y2) is slope - (y2 - y /(x2 x. Your program should produce this display: The value of the slope is xxx.xx The xxx.xx denotes placing the calculated value in a field wide enough for three places to the left of the decimal point and two places to the right of it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
