In the statement Set Number = 93 , Number is a(n)__________.

Fill in the blank(s) with correct word


variable

Computer Science & Information Technology

You might also like to view...

Which one of the following statements declares a named constant named GRAVITY with an initialization value of 9.8?

a. double GRAVITY = 9.8 const; b. const double GRAVITY = 9.8; c. double const GRAVITY = 9.8; d. double GRAVITY const = 9.8;

Computer Science & Information Technology

Kerning becomes more of an issue with ____.

A. large text B. text that has been converted to outlines C. small text in small amounts D. small text in large amounts

Computer Science & Information Technology

A rating determined by a search engine based on the number of links to a particular site and the qualities of those links is called ________

a. link checking b. reciprocal linking c. link popularity d. None of the above

Computer Science & Information Technology

The ____ method writes a newline character after the data.

A. WriteLine B. ReadLine C. Write method D. Read

Computer Science & Information Technology