Answer:
import java.awt.Point;
public class Line{
private Point point1, point2;
public Line(Point p1, Point p2){
point1 = p1;
point2 = p2;
}
public Point getP1(){
return point1;
}
public Point getP2(){
return point2;
}
public String toString(){
return "[( The " + point1.x + "," + point1.y + "), (" + point2.x + "," + point2.y +")]";
}
public static void main(String args[]){
Line lineObj = new Line(new Point(7,9), new Point(6,2));
System.out.println(lineObj.toString());
}
}
Explanation:
- Declare the points inside the class Line.
- Initialize the getters and setters method for the class.
- Define a toString method that returns the information in a formatted manner.
- Inside the main method, initialize an object with some values.
- Display the information by calling the toString method.
Answer: HOPE THIS HELPED YOU! :D ;)
Eco cars are still too expensive for most car buyers
Explanation:
Answer:
Option C is correct.
Explanation:
When the supply of system engineers rises while demand for such workers falls at the similar period, Wages will drop while competition for employment rises.
According to the law of demand, when the supply of one commodity is increased then the demand for other commodity falls. So, the following option C is correct according to the following scenario.
Other options are incorrect because they are not relevant according to the following scenario.
Answer is C = Speaker
How? as the speaker is the only item on the list that displays any type of content, that being audio, it's the only feasible answer to this question.