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))

bcde

Computer Science & Information Technology

You might also like to view...

The Research pane is opened by clicking the ________ button located on the Review tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT a tab located in the Properties dialog box?

A) Statistics B) Custom C) Advanced D) General

Computer Science & Information Technology