Answer:
Yes
Explanation:
Yes it is possible to get the same output by providing two different inputs in a solution.
For example :
Let a function,
......(1)
Case 1
let x = -2, putting the value of x in equation (1), we get
= 4
Case 2
let x = 2, putting the value of x in equation (1), we get
= 4
Therefore, for both the different input (x), we get the same output (y).