Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IN C# Continuing the triangle question Q 1 of this exercise. This time do this as a class using class Point for composition. This question

IN C# Continuing the triangle question Q1 of this exercise. This time do this as a class using class Point for
composition. This question uses class Composition like Deitels section 10.7 on age 386(Figure 10.7)
(a) Download and run code of class PointConsole on the Canvas.
(b) Define methods to compute the three sides of the triangle with the three vertices A, B, and C. Also
define methods to compute the three angles.
(c) Test your program by instantiating at least 4 triangle objects, with one of them a non-triangle, and the
other three are right, obtuse, and acute respectively. For example, you may have Triangle T1(A, B, C)
with A =(0,0), B =(0,1), and C =(1,0); Triangle T2(D, E, F) with D =(2,2), E =(5,2), and F =(2,6)
etc.

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