omplete the assignment. Compute all
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...
Related questions
Question
Complete the assignment.
Compute all

Transcribed Image Text:The purpose of this assignment is to practice 0OP with Fundamental of Data Type,
Constructing Objects and Classes, Decisions, Loops. Create a NetBeans/IntelliJ project
named HW1_Yourld. 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_Yourld).
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

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 3 images

Recommended textbooks for you

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY