noemidlr8371 noemidlr8371 07-03-2024 Computers and Technology contestada What value is returned as a result of the call if (x ≤ 0) return 0; else return (f(x - 1) * x); ?