Solved

Which One of the Following Statements Initializes a Variable with an Integer

Question 47

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions