Multiple Choice
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";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q42: When you declare a named constant, an
Q43: The C# language provides many data types
Q44: _ ("P" or "p") causes the number
Q45: When a math expression involves an int
Q46: A local variable cannot be accessed by
Q48: Assuming a string variable named city has
Q49: You can use the _ formatting strings
Q50: You can use a(n) _ to explicitly
Q51: In C#, you use the & operator
Q52: Which one of the following statements initializes