

InterviewSolution
Saved Bookmarks
1. |
p @ q = p^2 - 20 if p > q , p < q = p^2 + 20 if p le q, then for a = 5 and b = 4 the value of [(a @ b) @ (a @ b)] - [(b @ a) @ (b @ a)] is : |
Answer» a. `416` |
|