To obtain the distance between the points (40, 50) and (5.5, 4.4), use _________.

a. distance(40, 50, 5.5, 4.4)
b. new Point2D(40, 50).distance(5.5, 4.4)
c. new Point2D(40, 50).distance(new Point2D(5.5, 4.4))
d. new Point2D(5.5, 4.4).distance(40, 50)
e. new Point2D(5.5, 4.4).distance(new Point2D(40, 50))


b. new Point2D(40, 50).distance(5.5, 4.4)
c. new Point2D(40, 50).distance(new Point2D(5.5, 4.4))
d. new Point2D(5.5, 4.4).distance(40, 50)
e. new Point2D(5.5, 4.4).distance(new Point2D(40, 50))

Computer Science & Information Technology

You might also like to view...

A loss of __________ is the unauthorized disclosure of information.

A) authenticity B) confidentiality C) reliability D) integrity

Computer Science & Information Technology

When the button at the bottom of the Tools panel in the accompanying figure is selected and displays a gray box around it, you are in ____ mode.

a. object drawing b. selection c. merge d. destructive

Computer Science & Information Technology

Constructors never return a value, so they are always Function procedures.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Most people feel that they should be asked before someone posts a picture of them online.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology