c++

   Programming Project #1 COSC 1436 -Fall 2019 Instructions Write a program that determines whether two straight lines are perpendicular. The program must prompt the user for the values of x-y coordinates for two points of each line. For example, in the graph below, the line  is defined by the pairs: (15,10) and (49, 25); … Read more