Question: Write a Java program that reads from the user the 3 points forming a triangle and calculates the triangles area in two different methods, using
Write a Java program that reads from the user the 3 points forming a triangle and calculates the triangles area in two different methods, using the Herons method and the vector method. Be sure to output the result to the user. Look up https://www.mathsisfun.com/geometry/herons-formula.html and https://en.wikipedia.org/wiki/Triangle#Using_vectors for the formulas. Create a project and class named HW3FirstnameLastname using your actual first and last names in NetBeans to hold your program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
