1,229,144
clicked '
Ask Pex!
'
Sign In
Random Puzzle
Learn
APCS
New
C#
Visual Basic
F#
This puzzle is an interactive Coding Duel.
Can you write code that matches a secret implementation? Other people have already won this Duel 930 times!
Help
using System; public class Program { public static int Puzzle(int x) { // Can you figure out values for c, d in this quadratic formula? int c = 0; int d = 0; return (x + c) * (x + d); } }
Permalink
Coding Duel Name:
Help
Community
Live Feed
About
© 2013 Microsoft - Pex v0.94 - .NET v4 -
Terms of Use
-
Privacy