InterviewSolution
Saved Bookmarks
| 1. |
P ** q = p^2 - q^2 p $ q = p^2 + q^2 p @ q = pq + p + q p Delta q = Remainder of p/q p © q = greatest integer less than or equal to p/q. If p = 15 and q = 25, then the value of the expression [(q**p)@(p $q)] is: |
|
Answer» a.341200 |
|