Answer the following questions true (T) or false (F)
1. The return statement may be omitted from a function’s body if the function does not return a result.
2. The relative order that functions are defined affects their order of execution.
3. Functions do not need comments.
1. True
2. False
3. False
Computer Science & Information Technology
You might also like to view...
Express 10 kilograms in pounds (use 1 kilogram is 2.205 pounds).
What will be an ideal response?
Computer Science & Information Technology
The constructor without parameters is called the ____.
A. helper function B. default constructor C. destructor D. default destructor
Computer Science & Information Technology