MiniQuiz: 8
Time: 6 minutes
Name:
Section:
Draw the official CSE143 picture that results :
SimpleLinkedList vertexes=new SimpleLinkedList();
Point2D p1 = new Point2D.Double(100.0,50.0);
Point2D p1 = new Point2D.Double(250,310);
vertexes.add(p1);
vertexes.add(p2);
vertexes.add(p1);