InterviewSolution
Saved Bookmarks
| 1. |
If a * b denotes the larger of 'a' and 'b' and if a o b = (a * b)+ 3, then write the value of (5) o (10), where * and o are binary operations. |
|
Answer» If a * b denotes the larger of 'a' and 'b' and if a o b = (a * b)+ 3, then write the value of (5) o (10), where * and o are binary operations. |
|