Web Log di Adrian Florea

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away." Antoine de Saint-Exupery
posts - 440, comments - 2715, trackbacks - 3944

My Links

Archives

Post Categories

Image Galleries

.RO Blogs

.RO People

.RO Sites

Blogs

Furls

Links

vinCitori

Quiz Sharp #59

Si chiede di completare il pezzo di codice che manca nel seguente snippet C# 2.0 nel posto marcato dal commento dei tre punti di domanda, in tal modo che il programma stampi 2007 a console:

using System;

class QuizSharp
{
    // ???

    static void Main()
    {
        Console.WriteLine(sum(1967)(40));
    }
}

Piccolo aiuto: sto preparando per domani la lezione sui delegate ;-)

Print | posted on giovedì 18 gennaio 2007 18:21 | Filed Under [ Quiz Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET