Program Assignment / Visual Studio

User Generated

Snunq512

Computer Science

Description

I need help with my program assignment


Unformatted Attachment Preview

The following formula gives the distance between two points (x1, y1) and (x2, y2) in the Cartesian plane: √(𝑥2 − 𝑥1 )2 + (𝑦2 − 𝑦1 )2 Given the center and a point on a circle, you can use this formula to find the radius of the circle. Write a program that allows the user to enter the center point and a point on the circle into textboxes (you can use four for the four coordinates). The program should then display in a listbox the circle’s radius, diameter, circumference, and area. Your program must have at least the following methods: • distance: This method takes as its parameters four numbers that represent two point in the plane and returns the distance between them • radius: This method takes as its parameters four numbers that represent the center and a point on the circle, calls the method distance to find the radius and returns the circle’s radius • circumference: This method takes as its parameter a number that represents the radius of the circle and returns the circle’s circumference. (If r is the radius, the circumference is 2∏r.) • area: This method takes as its parameter a number that represents the radius of the circle and returns the circle’s area. (If r is the radius, the area is ∏r2.) • Assume that ∏ = 3.14159.
Purchase answer to see full attachment
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

Hello, here...


Anonymous
I use Studypool every time I need help studying, and it never disappoints.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Similar Content

Related Tags