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