document.write("<font color='red'><b>" + result + "</b></font>");
}
else
{
alert('The entered character is not an arithmetic operational sign !!');
}
}
else
{
alert('The entered character is not a number !!');
}
}
else
{
alert('The entered character is not a number !!');
}