+,* and -. var price,total,tax: interger; write('Price : ');readln(price); write('Tax Rate : ');readln(tax); total:= price * tax; write('Your total is : $', total); Can some one tell me how to do this so that it works. Thanks Joe