Samples run of the program: le 1 se enter how many line equations you would Like to generate: -4 r: Enter integer value > 0...Try Again se enter how many line equations you would Like to generate: 4 P1(х1,у1) P2(x2, y2) Distance Line Equation No ********** P1(3.50 , 77.37) P1(77.88, 98.96) P1(87.99, 6ө.72) P1(67.82, 2ө.50) P2(3.50 , 90.26) P2(85.02, 35.52) P2(2.13 , 77.14) Р2(53.78, 20. 50) 12.89 X=3.50 y=-8.89x + 790.92 y=-0.19x + 77.54 у- 20.50 63.84 87.41 14.04 le 2

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Samples run of the program:
Sample 1
Please enter how many Lline equations you would like to generate: -4
Error: Enter integer value > 0... Try Again
Please enter how many line equations you would Like to generate: 4
Line No
P1(х1,у1)
P2(x2, y2)
Distance
Line Equation
*****
*********
*********
*******
P1(3.50 , 77.37)
P1(77.88, 98.96)
Р1(87.99, 6ө.72)
Р1(67.82, 2ө.50)
P2(3.50 , 90.26)
Р2 (85.02, 35. 52)
P2(2.13 , 77.14)
Р2 (53.78, 2ө. 50)
1
12.89
X=3.50
у--8.89х + 790.92
у--0. 19х + 77.54
y= 20.50
2
63.84
87.41
4
14.04
Sample 2
Please enter how many line equations you would like to generate: d
Error: It is not integer value...Exit
Transcribed Image Text:Samples run of the program: Sample 1 Please enter how many Lline equations you would like to generate: -4 Error: Enter integer value > 0... Try Again Please enter how many line equations you would Like to generate: 4 Line No P1(х1,у1) P2(x2, y2) Distance Line Equation ***** ********* ********* ******* P1(3.50 , 77.37) P1(77.88, 98.96) Р1(87.99, 6ө.72) Р1(67.82, 2ө.50) P2(3.50 , 90.26) Р2 (85.02, 35. 52) P2(2.13 , 77.14) Р2 (53.78, 2ө. 50) 1 12.89 X=3.50 у--8.89х + 790.92 у--0. 19х + 77.54 y= 20.50 2 63.84 87.41 4 14.04 Sample 2 Please enter how many line equations you would like to generate: d Error: It is not integer value...Exit
The purpose of this assignment is to practice OOP with Fundamental of Data Type,
Constructing Objects and Classes, Decisions, Loops. Create a NetBeans/IntelliJ project
named HW1_YourId. Develop classes for the required solutions.
Important: Apply good programming practices:
- Provide comments for your code.
- Use meaningful variable and constant names.
- Show your name, university id and section number as a comment at the start of
your code.
Submit to Moodle the compressed file of your entire project (HW1_YourId).
Introduction:
The equation of a straight line is written as y = mx + b where m is the slope of the line and
b is the value of y when x = 0. If there are two coordinate points of the line are given, then
it is very easy to compute the line equation. Also you can find the distance between two
points.
Problem:
Write a program to compute lines equation for a set of lines. The number of lines is read
from the user. Each line is computed by generating two points randomly using
Point2D API. In addition, distance between two points is computed. The program should
display a table which include all information about each line. See sample runs below.
Take into consideration:
1. Number of generated lines should be greater than zero.
2. Two point objects are constructed only once. Then just update the
location of two points for each line using Point2D API methods.
3. x and y values of each point are generated randomly to be less than 100
and greater than 0.
4. Compute the distance between two points using Point2D API methods.
5. A line has two special cases: horizontal line (m = 0), vertical line( m is
undefined).
Transcribed Image Text:The purpose of this assignment is to practice OOP with Fundamental of Data Type, Constructing Objects and Classes, Decisions, Loops. Create a NetBeans/IntelliJ project named HW1_YourId. Develop classes for the required solutions. Important: Apply good programming practices: - Provide comments for your code. - Use meaningful variable and constant names. - Show your name, university id and section number as a comment at the start of your code. Submit to Moodle the compressed file of your entire project (HW1_YourId). Introduction: The equation of a straight line is written as y = mx + b where m is the slope of the line and b is the value of y when x = 0. If there are two coordinate points of the line are given, then it is very easy to compute the line equation. Also you can find the distance between two points. Problem: Write a program to compute lines equation for a set of lines. The number of lines is read from the user. Each line is computed by generating two points randomly using Point2D API. In addition, distance between two points is computed. The program should display a table which include all information about each line. See sample runs below. Take into consideration: 1. Number of generated lines should be greater than zero. 2. Two point objects are constructed only once. Then just update the location of two points for each line using Point2D API methods. 3. x and y values of each point are generated randomly to be less than 100 and greater than 0. 4. Compute the distance between two points using Point2D API methods. 5. A line has two special cases: horizontal line (m = 0), vertical line( m is undefined).
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY