Задание

Что выведется на экран?

int a = 5;
if\(a \\gt 0\)
{
Console.Write\(a\);
}
Console.Write\("\!"\);

  • 5!
  • !
  • ничего
  • 5