Write a program named DistanceFormula that prompts the user for the coordinates of two points in a Cartesian Plane. The program must then compute and output the distance between those points. Note: All coordinates need to be double values. 1 2 In a cartesian plane the distance between two points, P₁ = (x₁, y₁) and P₂ = (x2, Y₂), is given by the formula dist = √(x₂-x₁)² + ( Y₂ - Y₁ ) ² The prompt to the user must be: Coordinates for P1 Enter X1: Enter Y1: Coordinates for P2 Enter X2: Enter Y2 : The output must be in the format: Distance between P1 and P2 = dist Please make sure to end each line of output with a newline. Please note that your class should be named Distance Formula.
Write a program named DistanceFormula that prompts the user for the coordinates of two points in a Cartesian Plane. The program must then compute and output the distance between those points. Note: All coordinates need to be double values. 1 2 In a cartesian plane the distance between two points, P₁ = (x₁, y₁) and P₂ = (x2, Y₂), is given by the formula dist = √(x₂-x₁)² + ( Y₂ - Y₁ ) ² The prompt to the user must be: Coordinates for P1 Enter X1: Enter Y1: Coordinates for P2 Enter X2: Enter Y2 : The output must be in the format: Distance between P1 and P2 = dist Please make sure to end each line of output with a newline. Please note that your class should be named Distance Formula.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question

Transcribed Image Text:Write a program named DistanceFormula that prompts the user for the coordinates
of two points in a Cartesian Plane.
The program must then compute and output the distance between those points.
Note:
All coordinates need to be double values.
1
2
In a cartesian plane the distance between two points, P₁ = (x₁, y₁) and P₂ = (x2,
Y₂), is given by the formula
dist = √(x₂-x₁)² + ( Y₂ - Y₁ ) ²
The prompt to the user must be:
Coordinates for P1
Enter X1:
Enter Y1:
Coordinates for P2
Enter X2:
Enter Y2 :
The output must be in the format:
Distance between P1 and P2
=
dist
Please make sure to end each line of output with a newline.
Please note that your class should be named Distance Formula.
AI-Generated Solution
Unlock instant AI solutions
Tap the button
to generate a solution
Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education