Looking for Крос-платформне програмування test answers and solutions? Browse our comprehensive collection of verified answers for Крос-платформне програмування at moodle.chnu.edu.ua.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )
[Flags]
public enum Profession {
тесля = 1, столяр = 2, водій = 4, учитель = 8, лікар = 16}
В результаті виконання фрагмента коду
Profession worker = new Profession ();
worker = worker | Profession.столяр |
(Profession.учитель & Profession.водій);
Console.WriteLine (worker.ToString ());
буде надруковано:
( *** CSharp 3.1 *** )
( *** CSharp 3.1 *** )