Naming Conventions

Oct 25 2018 8:26 PM
Using the correct C#.NET naming conventions, what are the correct names to use for the const decimal hourly rate $2.50?
 
A) HOURLY_RATE 
B) hourlyRate
C) rate
D) RATE
 
I already know that A is correct and B is wrong. I am undecided between C and D.
Thank you to whoever could help me. 

Answers (2)