✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що буде виведено на консоль?
enum Names { Viktor }
static void Main(string[] args)
{ Console.WriteLine(Names.Viktor.GetType().Name); }