2

How I create the function of delta? The function have to return to me the formula of this.
Obs: Javascript please :3

Comments
  • 0
    function delta(a, b) {
    return b - a;
    }

    ??
  • 0
    Nop, delta have 3 parameters, and for use the return function, maybe we get an others results, how to: put the b^2 in parentheses
Add Comment