Quiz Yourself: Additional Features
Test your knowledge of the C# programming language additional features.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the mathematical range of values returned by the Random.Shared.NextDouble() method?
A.
Greater than or equal to 0.0, and strictly less than 1.0.
B.
Strictly greater than 0.0, and strictly less than 1.0.
C.
Greater than or equal to 0.0, and less than or equal to 1.0.
D.
Strictly greater than 0.0, and less than or equal to 1.0.
1 / 12