How can I make insuranceCost available outside the if statement?
if (this.comboBox5.Text == "Third Party Fire and Theft")
{
double insuranceCost = 1;
}
How can I make insuranceCost available outside the if statement?
if (this.comboBox5.Text == "Third Party Fire and Theft")
{
double insuranceCost = 1;
}