General problem statement-
Write a program that will indicate whether two straight lines intersect. Each line is specified by giving two points (xi, yi) that are on the line.
Do you understand what data will be input?
What will the answer look like?
Can you write some pseudo-code for the solution?