InterviewSolution
Saved Bookmarks
| 1. |
Find the value of `|[5,3],[-7,-4]|`A. `-1`B. `-41`C. 41D. 1 |
|
Answer» Correct Answer - D `|[5,3],[-7,-4]|= 5 xx ( - 4) -3 xx ( - 7) = -20 + 21 = 1 ` |
|