Solved

Which One of the Following Statements Initializes a Variable with a Double

Question 26

Multiple Choice

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


A) string modelNumber = "R2C32";
B) double percentage = 23.59;
C) int width = 150;
D) decimal bonus = 0.99m;

Correct Answer:

verifed

Verified

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

Related Questions