题目内容

The method for adjusting the random numbers produced by a random-number generator to reside within a specified range is called ____.

A. scaling
B. stubbing
C. prototyping
D. converting

查看答案
更多问题

___ is an example of a calling statement.

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)

The function ____ returns the absolute value of its double-precision argument in the standard library.

A. double ceil(double)
B. double fmod(double)
C. double fabs(double)
D. double abs(double)

The function ____ returns the common logarithm of its argument in the standard library.

A. double exp(double)
B. double log(double)
C. double log10(double)
D. double fmod(double)

The function ____ returns the natural logarithm of its argument in the standard library.

A. double exp(double)
B. double log(double)
C. double log10(double)
D. double fmod(double)

答案查题题库