893,548
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; public class Program { public static void Puzzle(int x, int y) { // What values of x and y solve this equation? Ask Pex to find out! if (x >= 0 && x <= 100 && y >= 0 && y <= 100 && x * y - 37 * y + 71 * x - 2627 == 0) Console.WriteLine("equation solved"); } }
Permalink
Coding Duel Name:
Help
Community
Live Feed
About Pex
© 2012 Microsoft - Pex v0.94 - .NET v4 -
Terms of Use
-
Privacy