You will write a program that will calculate the order tax (tax) ,
You will write a program that will calculate the order tax (tax) , the net cost (netCost) , and the total cost (totalCost) of an online order.• Assume the following tax rates (taxRate) based on the ID of the location (locationID)o 0 <= locationID <= 50– TAX rate is 4% (.04)o 51 <= locationID <=80 – TAX rate is 5.25% (.0525)o 81 <= locationID […]