enum Color {RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO, VIOLET}; creates a new type named Color whose values are the seven colors listed between the curly.
確定! 回上一頁