The ROUND function is which type of function?

A) Math & Trig
B) Statistical
C) Logical
D) Financial

Answer: A

Computer Science & Information Technology

You might also like to view...

What control structure is likely to be used to determine the type of transaction that has been input from a transaction file?

a) nested IFTHEN ELSE b) sequential IFTHENELSE c) CASE d) both a and c

Computer Science & Information Technology

To declare a class as abstract, you use the ____________ in the class header.

a. void keyword b. new keyword c. abstract keyword d. static keyword

Computer Science & Information Technology