Answer the following statements true (T) or false (F)
1. To use the sqrt function in a program you should include the cmath library.
2. The function floor (x) rounds its argument x to the nearest integer
3. Function prototypes are placed at the end of a program.
4. Void functions return an integer.
5. One reason for using functions is called procedural abstraction.
1. True
2. False
3. False
4. False
5. True
Computer Science & Information Technology
You might also like to view...
Which of the following fences is used to discourage a casual passerby?
A. Fence 3 to 4 feet high B. Fence 6 to 7 feet high C. Fence over 8 feet high D. PIDAS
Computer Science & Information Technology
__________ are properties of ScrollBar.
a. value b. min c. max d. orientation e. visibleAmount
Computer Science & Information Technology