A variable that will be used to contain only nondecimal whole numbers should be declared as a(n) ____ data type.

A. Decimal
B. Double
C. Integer
D. Single


Answer: C

Computer Science & Information Technology

You might also like to view...

A field that uses ________ creates only enough space for the characters in the text entry

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Quick Analysis tool displays in the lower right corner of a selected range in a worksheet

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following represents a negated condition?

A. if (daysOverdue > 10 || fineOwed > 0.00) {    document.write("Please call the library immediately!"    + BR); } B. if (!(daysOverdue > 10 || fineOwed > 0.00)) {    document.write("Your account is in good standing." + BR); } C. if (age >= 18 && age <= 65) {    document.write("The age is between 18 and 65." + BR); } D. function inquiry(balance) {    document.write("Your current balance is: $" +    balance.toFixed(2) + BR); }

Computer Science & Information Technology

Filenames in FAT16 are limited to ________ characters

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

Computer Science & Information Technology