The ___________________ function is used to input a numeric value from the user.

Fill in the blank(s) with the appropriate word(s).

ANSWER: ask user for a number

Computer Science & Information Technology

You might also like to view...

What is y after the following statement is executed?

x = 0; y = (x > 0) ? 10 : -10; a. -10 b. 0 c. 10 d. 20 e. Illegal expression

Computer Science & Information Technology

A _______________ is a field that contains data unique to a record.

A. query B. parameter C. primary key D. key value

Computer Science & Information Technology