Solved

Which One of the Following Declaration Statements Is Not a Value

Question 15

Multiple Choice

Which one of the following declaration statements is not a value type?


A) decimal grossPay = 0.0m;
B) int playerScore = 0;
C) bool qualify = false;
D) Random rand = new Random() ;

Correct Answer:

verifed

Verified

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

Related Questions