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.
Jaish MathewsPosted Oct 25, 2018, 9:09 PM
Suraj KumarPosted Oct 26, 2018, 12:01 AM