___ is an example of a function header line.

A. float roi(int, double);
B. printf("%f", roi(3, amt));
C. float roi( int yrs, double rate);
D. float roi( int yrs, double rate)

Answer: D

Computer Science & Information Technology

You might also like to view...

When using Google to learn about a specific term, add ________ before the word

A) terminology B) definition C) dictionary D) define

Computer Science & Information Technology

MC A______serves as a delimiter between the resource and the query string.

a) =. b) :. c) ?. d) ..

Computer Science & Information Technology