If we declare padding as const decimal, the padding is not working.
mymoney = 1.2 and your money = 1.20, how can this behavior be explained?
class Progra
balance + ConstPadding == balance
Because ConstPadding is zero!
You should -
Console.WriteLine(yourmoney.ToString("0.00")); //1.20