To Err is Human: Identify the error/errors in the given code to apply the function ( x ∗ y + x + y ) on x , y and finally return the value.

func(x, y):
    z = x * y + x + y

func(2)

(More than one option may be correct.)

Tags
programsbuzz banner