Which of the following methods is not in the Math class?

a. ceil
b. abs
c. parseInt
d. log


c. parseInt

Computer Science & Information Technology

You might also like to view...

Which operation below is not part of the List interface?

a) add an element to the list b) remove an element from the list c) replace an element in the list with another element d) get the size of the list e) grow the size of the list

Computer Science & Information Technology

Excel automatically adjusts the height and width of selected cells when you use the _____ command located in the HOME tab's Format button.

A. AutoFormat B. AutoAdjust C. AutoFit D. Auto

Computer Science & Information Technology

Copyright laws are used to help protect a company from __________.

a. computer fraud b. software piracy c. worms d. viruses e. plagiarism

Computer Science & Information Technology

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

1. The virtual property is not inherited. 2. A class that has a pure virtual member function is called a concrete base class. 3. No objects can be defined of abstract base class type since it is an incomplete definition. 4. It is OK to assign between objects of base type and objects of derived type. 5. A pointer to objects of a derived class can be assigned pointers to objects of the base class in the inheritance hierarchy.

Computer Science & Information Technology