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 16

Questo è un po' troppo semplice, ma lo posto lo stesso :-)

using System;

class Foo
{
  static void Main()
  {
    Console.WriteLine(Convert.ToBoolean(Convert.ToInt32(Convert.ToChar(Convert.ToInt32(false)))));
    Console.WriteLine(Convert.ToBoolean(Convert.ToInt32(Convert.ToChar(Convert.ToInt32(false).ToString()))));
    Console.Read();
  }
}

Cosa viene visualizzato a console?

  • A.
    False
    False
  • B.
    False
    True
  • C.
    True
    False

Tanti dei metodi della classe System.Convert sono riservati per un utilizzo futuro.

Print | posted on giovedì 3 giugno 2004 00:48 | Filed Under [ Quiz Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET