This is the simplest form of my problem and I wonder how this happen?
Console.WriteLine(3.12 * 3.14);
What it do to give this result?
9.796800000000001
It makes me problem for my general code and program. How to avoid this and give me the exact desired output?