Which of the following statements are correct about an enum used inC#.NET? ... int a = 10; int b = 20; int c = 30; enum color: byte { red = a, green = b, ...
確定! 回上一頁