InterviewSolution
Saved Bookmarks
| 1. |
If a=1,b=2 then find the value of (a+b) |
|
Answer» Given : a= 1 b=2Therefore , ( a + b ) = ( 1 + 2 ) = 3 Answer is 3 |
|