I am confused at why its saying "literal of type cannot be implicity converted to type 'decimal'; use 'M' suffix. Unsure what use "'M'" is
private void btnCalculate_Click(object sender, EventArgs e)
{
decimal decTotal = 0.00;
decimal decTotalAfterDiscount;
bool bolRadioChecked = false;
if (chkHygienistTreatment.Checked == true) ;
{
decTotal = 119.50;
}
if (chkCheckupexam.Checked == true) ;
{
decTotal += 100;
}
if (chkCrecefilling.Checked == true) ;
{
decTotal += 126.30;