Which one of the following statements initializes a variable with an integer literal?

a. int score = 2500;
b. decimal total = 156.78m;
c. double rate = 0.00435;
d. string name = "Michelle";

a. int score = 2500;

Computer Science & Information Technology

You might also like to view...

Typing new text into a document at the insertion point is called ________ mode

Fill in the blank(s) with correct word

Computer Science & Information Technology

String variables are automatically initialized using ____.

A. spaces B. the keywordNothing(no data at all) C. the word "Nothing" D. 0

Computer Science & Information Technology