Programming > C# > Flashcards
const int NumberThree = 3;
For constants, use Pascal Case. Otherwise, use camel case.