Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a JAVA program that, for four points A, B, C and P, which a) Draws a triangle formed by ABC and a small cross

Write a JAVA program that, for four points A, B, C and P, which a) Draws a triangle formed by ABC and a small cross showing the position of P b) Displays a line of text indicating which of the following three cases applies: P lies Inside ABC Outside ABC On an edge of ABC. The user will specify the four points by clicking.

The same as part above, but, instead of displaying a line of text, the program computes the distances of P to the (infinite) lines AB, BC and CA, and draws the shortest possible line that connects P with the nearest of those three lines.

The points can be specified by clicking.

The program should be able to run on jGrasp

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions