What will be the result of this code?

def calculateTax(subtotal):

tax = subtotal * .0825

return tax



amount = calculateTax(10.00, 5.00)

(1 point)
Responses

amount will equal 15.00

amount will equal 15.00

an error message

an error message

amount will equal 1.2375

amount will equal 1.2375

the amount function will be called

1 answer

The code will result in an error message.
Similar Questions
  1. n this function, what will be returned?def calculateTax(subtotal): tax = subtotal * .0825 return tax (1 point) Responses def def
    1. answers icon 1 answer
  2. In this function, what will be returned?def calculateTax(subtotal): tax = subtotal * .0825 return tax (1 point) Responses def
    1. answers icon 1 answer
  3. In this function, what is the parameter?def calculateTax(subtotal): tax = subtotal * .0825 return tax (1 point) Responses def
    1. answers icon 1 answer
    1. answers icon 3 answers
more similar questions