Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a class called Triangle that implements the Comparable interface. The class should contain 3 fields: rexA (Point), vrtexB (Point), etcxC (point). Write the necessary

image text in transcribed

Write a class called Triangle that implements the Comparable interface. The class should contain 3 fields: rexA (Point), vrtexB (Point), etcxC (point). Write the necessary constructors, accessors, mutators and other methods. The Point class a. is given below b. Write a client class that creates an Accayist of 10 Triangle objects called list1 Print the list Call Collections.sact(list1), to sort the elements according to the area of the triangle. Print the sorted list lpublic class Point i private int x private int y; public Point) publis Point int x, int y) this xx; publis int cetxof return x publis int cetxof return y publis string tostciag) return (+x- ", "+ y")

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