Yanhead
10-24-2003, 05:36 AM
Can anyone help me with this, I've got to add V.A.T to the below calculation:
function calculateTotal(num)
{
grandtotal += num;
return grandtotal;
}
It needs to calculate the V.A.T and show the V.A.T amount, the grandtotal and grandtotal with the V.A.T added, any help would be much appreciated?
thanks
function calculateTotal(num)
{
grandtotal += num;
return grandtotal;
}
It needs to calculate the V.A.T and show the V.A.T amount, the grandtotal and grandtotal with the V.A.T added, any help would be much appreciated?
thanks