894,532
clicked '
Ask Pex!
'
Sign In
Random Puzzle
Learn
APCS
New
C#
Visual Basic
F#
The code is a puzzle.
Do you understand what the code does? Click
Ask Pex!
to find out.
using System.Diagnostics; public class Program { public static void Puzzle(int index, int count) { if (index >= 0 && count >= 0) { // Can any value of index and count fail this assertion? // Ask Pex to find out! Debug.Assert(index + count >= 0); } } }
Permalink
Coding Duel Name:
Help
Community
Live Feed
About Pex
© 2012 Microsoft - Pex v0.94 - .NET v4 -
Terms of Use
-
Privacy