Puzzle: What does this program print?
What does the following program print:
using System;
static class Program
{
static int mult(int n, int m = 2) // ???
{
return n * m;
}
static void Main(string[] args)
{
Console.WriteLine(format: "{0:D05}", arg0: mult(n: 950)); // ???
Console.ReadLine();
}
}
HINT: Sit comfortably on your time machine and advance to 2010.
09/29/2008: The answer - HERE (you'll have to practice a little bit Spanish, I fear :-(.