A programmer wrote a function that takes three numbers a, b and c as input and performs the following algorithm of actions:
subtract number
cfromamultiply the result by the number
badd 10 to the resulting number
return the final result
Write what answer the function will return for input numbers a = 5, b = 4, c = 3.