Код: Выделить всё
private const int THE_ANSWER = 42;
Код: Выделить всё
private const int theAnswer = 42;
Подробнее здесь: https://stackoverflow.com/questions/242 ... -constants
Код: Выделить всё
private const int THE_ANSWER = 42;
Код: Выделить всё
private const int theAnswer = 42;