how to explain the difference between f(a)+h and f(a+h)​

Sagot :

f(a)+h means that a function with f of a will be added to h.

f(a+h) means that (a+h) will be used to evaluate function f.